Merge branch 'shorten-long-line' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2022-02-01 17:15:09 +05:30
commit 43ceaf0b7e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1273,7 +1273,18 @@ def option_parser() -> argparse.ArgumentParser: # {{{
'action',
nargs='?',
default=Options.action,
choices='build test linux-package kitty.app linux-freeze macos-freeze build-launcher build-frozen-launcher clean export-ci-bundles build-dep'.split(),
choices=('build',
'test',
'linux-package',
'kitty.app',
'linux-freeze',
'macos-freeze',
'build-launcher',
'build-frozen-launcher',
'clean',
'export-ci-bundles',
'build-dep',
),
help='Action to perform (default is build)'
)
p.add_argument(