makeParser¶
-
lsst.ctrl.mpexec.
makeParser
(fromfile_prefix_chars='@', parser_class=<class 'argparse.ArgumentParser'>, **kwargs)¶ Make instance of command line parser for
CmdLineFwk
.Creates instance of parser populated with all options that are supported by command line activator. There is no additional logic in this class, all semantics is handled by the activator class.
Parameters: Returns: - instance of `parser_class`