taucmdr.cli.commands.__main__ module

TAU Commander command line program entry point.

Sets up logging verbosity and launches subcommands. Avoid doing too much work here. Instead, process arguments in the appropriate subcommand.

class taucmdr.cli.commands.__main__.MainCommand[source]

Bases: taucmdr.cli.command.AbstractCommand

Main entry point to the command line interface.

main(argv)[source]

Program entry point.

Parameters:argv (list) – Command line arguments.
Returns:Process return code: non-zero if a problem occurred, 0 otherwise
Return type:int