Skip to content

Cli

patiencepilot.cli

Console script entry point for the Patience Pilot CLI.

main

main(argv: Sequence[str] | None = None) -> int

Run the command line interface.

Source code in src/patiencepilot/ui/cli.py
22
23
24
def main(argv: Sequence[str] | None = None) -> int:
    """Run the command line interface."""
    return run(argv)