SubmitParams.add_to_parser¶
-
classmethod
SubmitParams.
add_to_parser
(parser: argparse.ArgumentParser, as_group='fsl_sub commands', skip=())[source]¶ Adds submission parameters to the parser
- Parameters
parser – parser that should understand submission commands
as_group – add as a new group
skip – sequence of argument flags/names that should not be added to the parser
- Returns
the group the arguments got added to