law.cli.index#

“law index” cli subprogram.

setup_parser(sub_parsers)[source]#

Sets up the command line parser for the index subprogram and adds it to sub_parsers.

execute(args)[source]#

Executes the index subprogram with parsed commandline args.

get_global_parameters(config_names=('core', 'scheduler', 'worker', 'retcode'))[source]#

Returns a list of global, luigi-internal configuration parameters. Each list item is a 4-tuple containing the configuration class, the parameter instance, the parameter name, and the full parameter name in the cli. When config_names is set, it should be a list of configuration class names that are exclusively taken into account.