Primary entry point for the command-line interface.

Methods

main

main(argv: Optional]) -> int

Primary entry point for the command-line interface.

Returns:

Exit code.

ParameterTypeDescription
argvOptional]Optional list of command-line arguments to parse. Defaults to sys.argv[1:].