added hidden force to main cli

This commit is contained in:
Jakub Trllo 2024-07-24 16:09:50 +02:00
parent 90bb6a841b
commit d1c85ea2af

View file

@ -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.