diff --git a/setup.py b/setup.py index c79b7985f..0b45a9ea7 100755 --- a/setup.py +++ b/setup.py @@ -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(