feat(shared): allow cli parametrized decorators (#1527)
This commit is contained in:
parent
2de1ce6e0d
commit
1561353b20
6 changed files with 58 additions and 48 deletions
|
@ -27,7 +27,7 @@ def api_client():
|
|||
|
||||
|
||||
@click.group()
|
||||
@cli_logging_options
|
||||
@cli_logging_options()
|
||||
def cli(log_level: str, log_filepath: Optional[Path]):
|
||||
"""
|
||||
A gateway between Liquidsoap and the API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue