replace --pool_path/-p with --group_path/g

This commit is contained in:
2024-05-13 13:33:09 +02:00
parent 12fa32aa53
commit 6ab24af806

View File

@ -706,7 +706,7 @@ def execute_cmds(app_config: Dict[str, Any]) -> None:
@click.group()
@click.option('-l', '--log', 'loglevel')
@click.option('-p', '--group_path', 'group_path')
@click.option('-g', '--group_path', 'group_path')
@click.option('-c', '--config_path', 'config_path', default=".")
def cli(loglevel: str, group_path: str, config_path: str) -> None:
"""