commands Sub-package

Command functions for the LTA CLI.

commands.simple

A simple sample function for the CLI.

lta.commands.run.run(args: argparse.Namespace) None

Initialise and run the LTA pipeline.

This function constructs a lta.helpers.pipeline.Pipeline instance from the configargparser.Namespace, and then calls the run method. Nothing more, nothing less. The rest of the magic is handled by the pipeline.

Parameters

args (configargparse.Namespace) – The passed args.