wrapper: add -W shorthand for --no-wrapper
This commit is contained in:
parent
916be09c61
commit
0858a64144
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ def check_programs_wrap(programs):
|
|||
|
||||
|
||||
nowrapper_option = click.option(
|
||||
'-W',
|
||||
'--no-wrapper',
|
||||
'no_wrapper',
|
||||
is_flag=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue