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.Pipelineinstance from theconfigargparser.Namespace, and then calls therunmethod. Nothing more, nothing less. The rest of the magic is handled by the pipeline.- Parameters
args (configargparse.Namespace) – The passed args.