main
Executes the MultiTool command-line interface by passing system arguments and exiting with the resulting status code.
def main() - > null
Executes the MultiTool command-line interface using arguments provided via the system environment.
Returns
| Type | Description |
|---|---|
null | This function does not return a value as it terminates the process with an exit code. |