mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added hidden force to main cli
This commit is contained in:
parent
90bb6a841b
commit
d1c85ea2af
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class AliasedGroup(click.Group):
|
|||
help="Enable debug")
|
||||
@click.option("--verbose", expose_value=False,
|
||||
help=("Change AYON log level (debug - critical or 0-50)"))
|
||||
@click.option("--force", is_flag=True, expose_value=False, hidden=True)
|
||||
def main_cli(ctx):
|
||||
"""AYON is main command serving as entry point to pipeline system.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue