...
This commit is contained in:
parent
6a64df1afb
commit
0a1b399447
@ -473,7 +473,7 @@ def main(args: List[str]) -> Response:
|
|||||||
global readline
|
global readline
|
||||||
msg = 'Ask the user for input'
|
msg = 'Ask the user for input'
|
||||||
try:
|
try:
|
||||||
cli_opts, items = parse_args(args[1:], option_text, '', msg, 'kitty ask', result_class=AskCLIOptions)
|
cli_opts, items = parse_args(args[1:], option_text, '', msg, 'kitty +kitten ask', result_class=AskCLIOptions)
|
||||||
except SystemExit as e:
|
except SystemExit as e:
|
||||||
if e.code != 0:
|
if e.code != 0:
|
||||||
print(e.args[0])
|
print(e.args[0])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user