main.py: add -E alias for --error-shell

This commit is contained in:
InsanePrawn 2022-01-26 17:53:53 +01:00
parent fd46977a2f
commit 61476aae62

View file

@ -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