🐛 path as string

This commit is contained in:
Ondřej Samohel 2024-03-01 11:20:41 +01:00
parent b23500187d
commit 7955ab5e88
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

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