[main] flipping logic

This commit is contained in:
wendtalexander 2025-10-20 07:55:12 +02:00
parent 0297a98750
commit 7e850da74a

View File

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