wrapper: add -W shorthand for --no-wrapper

This commit is contained in:
InsanePrawn 2022-08-16 03:41:26 +02:00
parent 916be09c61
commit 0858a64144

View file

@ -42,6 +42,7 @@ def check_programs_wrap(programs):
nowrapper_option = click.option( nowrapper_option = click.option(
'-W',
'--no-wrapper', '--no-wrapper',
'no_wrapper', 'no_wrapper',
is_flag=True, is_flag=True,