[main] flipping logic
This commit is contained in:
parent
0297a98750
commit
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"),
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user