mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed default value for dev argument in cli
This commit is contained in:
parent
bdd5c382f8
commit
855ec95df2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def main(ctx):
|
|||
|
||||
@main.command()
|
||||
@click.option("-d", "--dev", is_flag=True, help="Settings in Dev mode")
|
||||
def settings(dev=False):
|
||||
def settings(dev):
|
||||
"""Show Pype Settings UI."""
|
||||
PypeCommands().launch_settings_gui(dev)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue