luigi.cmdline_parser
This module contains luigi internal parsing logic. Things exposed here should be considered internal to luigi.
Classes
|
Helper for parsing command line arguments and used as part of the context when instantiating task objects. |
- class luigi.cmdline_parser.CmdlineParser(cmdline_args)[source]
Helper for parsing command line arguments and used as part of the context when instantiating task objects.
Normal luigi users should just use
luigi.run().Initialize cmd line args