Auto generate the boilerplate code to convert python opts to c opts

This commit is contained in:
Kovid Goyal 2021-06-03 18:30:13 +05:30
parent 4ab299d0af
commit 2e71429b03
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
8 changed files with 1057 additions and 100 deletions

1
.gitattributes vendored
View file

@ -9,6 +9,7 @@ kitty/glfw-wrapper.* linguist-generated=true
kitty/parse-graphics-command.h linguist-generated=true
kitty/options/types.py linguist-generated=true
kitty/options/parse.py linguist-generated=true
kitty/options/to-c-generated.h linguist-generated=true
kittens/diff/options/types.py linguist-generated=true
kittens/diff/options/parse.py linguist-generated=true
glfw/*.c linguist-vendored=true