taucmdr.cli.commands.experiment.edit module
experiment edit
subcommand.
-
class
taucmdr.cli.commands.experiment.edit.
ExperimentEditCommand
(*args, **kwargs)[source]
Bases: taucmdr.cli.cli_view.EditCommand
-
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 |