mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
main.py: add -E alias for --error-shell
This commit is contained in:
parent
fd46977a2f
commit
61476aae62
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -19,7 +19,7 @@ from ssh import cmd_ssh
|
|||
|
||||
|
||||
@click.group()
|
||||
@click.option('--error-shell', 'error_shell', is_flag=True, default=False, help='Spawn shell after error occurs')
|
||||
@click.option('--error-shell', '-E', 'error_shell', is_flag=True, default=False, help='Spawn shell after error occurs')
|
||||
@verbose_option
|
||||
@config_option
|
||||
@nowrapper_option
|
||||
|
|
Loading…
Add table
Reference in a new issue