forgot commit to get #1363 building to new API

This commit is contained in:
Mitchell Hashimoto
2024-01-26 09:04:32 -08:00
parent d50307c219
commit 26c7215cf8
2 changed files with 5 additions and 2 deletions

View File

@@ -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" {