Skip to content

cli

Module for cli parsers and handlers.

main(argv=None)

Main entry point for the CLI.

Parameters:

Name Type Description Default
argv Sequence[str] | None

List of command line arguments. If None, uses sys.argv.

None