Shorten a long line

This line is getting really close to the limit of 160 characters.
This commit is contained in:
Luflosi 2022-02-01 12:04:47 +01:00
parent a591304412
commit 301ca76d14
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

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(