mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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")
|
help="Enable debug")
|
||||||
@click.option("--verbose", expose_value=False,
|
@click.option("--verbose", expose_value=False,
|
||||||
help=("Change AYON log level (debug - critical or 0-50)"))
|
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):
|
def main_cli(ctx):
|
||||||
"""AYON is main command serving as entry point to pipeline system.
|
"""AYON is main command serving as entry point to pipeline system.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue