forked from moritz/alakazam
replace --pool_path/-p with --group_path/g
This commit is contained in:
@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user