Skip to content

Commit

Permalink
Merge branch 'shorten-long-line' of https://github.com/Luflosi/kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Feb 1, 2022
2 parents a591304 + 301ca76 commit 43ceaf0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 43ceaf0

Please sign in to comment.