CheckReqifOptions

class CheckReqifOptions

Parsed arguments for the syside reqif check reqif subcommand.

Members defined in CheckReqifOptions (2 members)

file

RW

Path to the .reqif or .reqifz file to validate (positional).

add_args

Register this subcommand’s flags onto parser.

Members inherited from OptionsBase (1 member)

from_args

Build an options instance by pulling each dataclass field off args.

Attributes

file: pathlib.Path = None

Path to the .reqif or .reqifz file to validate (positional).

Methods

static add_args(parser: argparse.ArgumentParser) None

Register this subcommand’s flags onto parser.

Used in