maxwelllink.cli.mxl module

Top-level mxl command dispatcher for MaxwellLink CLI actions.

maxwelllink.cli.mxl.main(argv=None)[source]

Run the mxl command dispatcher.

Parameters:

argv (list of str or None, default=None) – Optional command-line arguments. When None, uses sys.argv.

Returns:

Exit status code from the selected subcommand.

Return type:

int