Shorten a long line
This line is getting really close to the limit of 160 characters.
This commit is contained in:
parent
a591304412
commit
301ca76d14
13
setup.py
13
setup.py
@ -1273,7 +1273,18 @@ def option_parser() -> argparse.ArgumentParser: # {{{
|
|||||||
'action',
|
'action',
|
||||||
nargs='?',
|
nargs='?',
|
||||||
default=Options.action,
|
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)'
|
help='Action to perform (default is build)'
|
||||||
)
|
)
|
||||||
p.add_argument(
|
p.add_argument(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user