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.
| Parameter | Type | Description |
|---|---|---|
| argv | Optional] | Optional list of command-line arguments to parse. Defaults to sys.argv[1:]. |