Files
kitty/gen
Kovid Goyal 3f00dc1c9e Work on improving CLI parsing
Can now set bool values explicitly with =
Handle multi short flag args like -abc
Add unit tests for CLI parsing
Generate go code to serialize CLI options as a cmdline

TODO: Implement setting of bool vals in C and Go parsing code
TODO: Help/rst output should somehow indicate this feature
2025-04-26 09:01:54 +05:30
..
2024-08-05 11:00:51 +05:30
2025-03-22 12:39:41 +05:30
2025-04-26 09:01:54 +05:30
2024-08-05 11:00:51 +05:30
2024-08-05 11:00:51 +05:30
2025-04-11 13:34:16 +05:30

Scripts to generate code for various things like keys, mouse cursors, unicode
data etc. Some of these generate code that is checked into version control.
Some generate ephemeral code used during builds. Ephemeral code is in files
with a _generated.[h|go|c] extension.