mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 13:45:45 -05:00
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(
|
nowrapper_option = click.option(
|
||||||
|
'-W',
|
||||||
'--no-wrapper',
|
'--no-wrapper',
|
||||||
'no_wrapper',
|
'no_wrapper',
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue