annotationsfix #19
|
|
@ -243,7 +243,7 @@ def print_metadata(recording, quiet):
|
||||||
@click.option("--verbose", "-v", is_flag=True, help="Verbose output")
|
@click.option("--verbose", "-v", is_flag=True, help="Verbose output")
|
||||||
@click.option("--quiet", "-q", is_flag=True, help="Suppress output")
|
@click.option("--quiet", "-q", is_flag=True, help="Suppress output")
|
||||||
@click.option("--overwrite", is_flag=True, help="Overwrite existing output file")
|
@click.option("--overwrite", is_flag=True, help="Overwrite existing output file")
|
||||||
def view(
|
def view( # noqa: C901
|
||||||
input,
|
input,
|
||||||
viz_type,
|
viz_type,
|
||||||
output,
|
output,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user