Manage Command (autotransform.scripts.commands.manage)

The manage command is used to manage outstanding Changes for AutoTransform.

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

Adds the args to a subparser that are required to manage outstanding changes.

Parameters

parser (ArgumentParser) – The parser for the managing outstanding changes.

autotransform.scripts.commands.manage.manage_command_main(args: Namespace) None

The main method for the manage command, handles the actual management of changes.

Parameters

args (Namespace) – The arguments supplied to the manage command, such as the JSON file.