mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 23:31:56 +00:00
forgot commit to get #1363 building to new API
This commit is contained in:
@@ -2818,7 +2818,7 @@ pub const Keybinds = struct {
|
||||
|
||||
/// Used by Formatter
|
||||
pub fn formatEntry(self: Keybinds, formatter: anytype) !void {
|
||||
try self.formatEntryDocs(false, formatter);
|
||||
try self.formatEntryDocs(formatter, false);
|
||||
}
|
||||
|
||||
test "parseCLI" {
|
||||
|
Reference in New Issue
Block a user