CheckReqifOptions
- class CheckReqifOptions
Parsed arguments for the
syside reqif check reqifsubcommand.Members defined in
CheckReqifOptions(2 members)Members inherited from
OptionsBase(1 member)
from_argsRWBuild an options instance by pulling each dataclass field off
args. Attributes
- file: pathlib.Path = None
Path to the
.reqifor.reqifzfile to validate (positional).
Methods
- static add_args(parser: argparse.ArgumentParser) None
Register this subcommand’s flags onto
parser.