taucmdr.cli.commands.trial.show module

trial show subcommand.

class taucmdr.cli.commands.trial.show.TrialShowCommand(module_name, format_fields=None, summary_fmt=None, help_page_fmt=None, group=None)[source]

Bases: taucmdr.cli.command.AbstractCommand

trial show subcommand.

main(argv)[source]

Command program entry point.

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