Main Script (autotransform.scripts.main)

The AutoTransform script, responsible for handling AutoTransform CLI invocations. Different CLI commands are handled as subparsers.

autotransform.scripts.main.get_arg_parser() ArgumentParser

Gets the argument parser for AutoTransform. Sets up each command as a sub parser.

Returns

The arg parser with all args set up.

Return type

ArgumentParser

autotransform.scripts.main.main()

Parse the arguments of a script run and execute the command invoked.