Skip to main content

scorebook.cli.main

Main CLI entry point for scorebook.

create_parser

def create_parser() -> argparse.ArgumentParser

Create the main argument parser.

main

def main(argv: Optional[List[str]] = None) -> int

Run the main CLI entry point.