Generate option parser in C for kitty CLI

This commit is contained in:
Kovid Goyal
2025-04-27 13:52:56 +05:30
parent 0a288ad56c
commit 27c5b6aac5
7 changed files with 218 additions and 194 deletions

View File

@@ -109,6 +109,7 @@ version
t('-1 -0v', fails=True)
t('-1 -v0', fails=True)
t('-1 --version', fails=True)
t('-f=3.142 --int 17', float=3.142, int=17)
def conf_parsing(self):