taucmdr.cli.commands.experiment.select module

experiment select subcommand.

class taucmdr.cli.commands.experiment.select.ExperimentSelectCommand(module_name, format_fields=None, summary_fmt=None, help_page_fmt=None, group=None)[source]

Bases: taucmdr.cli.command.AbstractCommand

experiment select 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