Compare commits
2 Commits
9d95cf8f8a
...
77eab8d7db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77eab8d7db | ||
|
|
7e850da74a |
@@ -27,7 +27,7 @@ def main(
|
|||||||
readable=True,
|
readable=True,
|
||||||
resolve_path=True,
|
resolve_path=True,
|
||||||
),
|
),
|
||||||
ttl: bool = typer.Option(default=True, help="For recordings that did not have a ttl pulse"),
|
no_ttl: bool = typer.Option(False, help="For recordings that did not have a ttl pulse"),
|
||||||
overwrite: bool = typer.Option(default=True, help="Overwrites nix file"),
|
overwrite: bool = typer.Option(default=True, help="Overwrites nix file"),
|
||||||
debug: bool = typer.Option(default=True, help="Shows more information and plots the results"),
|
debug: bool = typer.Option(default=True, help="Shows more information and plots the results"),
|
||||||
verbose: Annotated[int, typer.Option("--verbose", "-v", count=True)] = 0,
|
verbose: Annotated[int, typer.Option("--verbose", "-v", count=True)] = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user