diff --git a/src/config/Config.zig b/src/config/Config.zig index aae9ce8c3..ba8544309 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -24,8 +24,8 @@ const c = @cImport({ }); /// The font families to use. -/// You can generate list of valid values using the CLI -/// path/to/ghostty/cli +list-fonts +/// You can generate the list of valid values using the CLI: +/// path/to/ghostty/cli +list-fonts @"font-family": ?[:0]const u8 = null, @"font-family-bold": ?[:0]const u8 = null, @"font-family-italic": ?[:0]const u8 = null,