mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 path as string
This commit is contained in:
parent
b23500187d
commit
7955ab5e88
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ def extractenvironments(output_json_path, project, asset, task, app, envgroup):
|
|||
|
||||
|
||||
@main_cli.command()
|
||||
@click.argument("path", nargs=1)
|
||||
@click.argument("path", required=True)
|
||||
@click.option("-t", "--targets", help="Targets", default=None,
|
||||
multiple=True)
|
||||
@click.option("-g", "--gui", is_flag=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue