taucmdr.cli.commands.trial.create module

trial create subcommand.

class taucmdr.cli.commands.trial.create.TrialCreateCommand(*args, **kwargs)[source]

Bases: taucmdr.cli.cli_view.CreateCommand

trial create subcommand.

static is_compatible(cmd)[source]

Check if this subcommand can work with the given command.

Parameters:cmd (str) – A command from the command line, e.g. sys.argv[1].
Returns:True if this subcommand is compatible with cmd.
Return type:bool
main(argv)[source]