The main entry-point for clo. clo.CLI CLI(argv=None) Run clo as one would in the shell. PARAMETER DESCRIPTION argv A list of arguments to pass to the CLI; otherwise, sys.argv[1:] is used. TYPE: list[str] DEFAULT: None RAISES DESCRIPTION EXIT Raised when the CLI is done it's job and poised to exit.