annotationsfix #19

Merged
madrigal merged 23 commits from annotationsfix into main 2026-04-20 15:57:23 -04:00
Showing only changes of commit db000da517 - Show all commits

View File

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