mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
add -N alias for --non-interactive
This commit is contained in:
parent
38438d5fda
commit
e6f7cc785e
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ def cmd_config():
|
|||
pass
|
||||
|
||||
|
||||
noninteractive_flag = click.option('--non-interactive', is_flag=True)
|
||||
noninteractive_flag = click.option('-N', '--non-interactive', is_flag=True)
|
||||
noop_flag = click.option('--noop', '-n', help="Don't write changes to file", is_flag=True)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue