Update Command (autotransform.scripts.commands.update)

The update command is used to update an outstanding Change.

autotransform.scripts.commands.update.add_args(parser: ArgumentParser) None

Adds the args to a subparser that are required to update a change.

Parameters

parser (ArgumentParser) – The parser for the change update.

autotransform.scripts.commands.update.run_command_main(args: Namespace) None

The main method for the update command, handles the actual execution of an update.

Parameters

args (Namespace) – The arguments supplied to the update command, such as the change.