Command Line Interface (instalooter.cli)

Implementation of the main program executable.

Warning

Only cli.main and cli.logger are guaranteed to be stable, do not rely on any other member from this package !

instalooter.cli.main(argv=None, stream=None)[source]

Run from the command line interface.

Parameters
Returns

An error code, or 0 if the program executed successfully.

Return type

int

instalooter.cli.logger = <VerboseLogger instalooter.cli (WARNING)>

A Logger instance used within the cli module.