ImportOptions
- class ImportOptions
Parsed arguments for the
syside reqif importsubcommand.Members defined in
ImportOptions(3 members)
RWDirectory to extract ReqIF attachments into. When
None, defaults to<cwd>/joined withsyside.reqif.ATTACHMENTS_DIRat run time (--attachments-dir).
RWPath to the
.reqifor.reqifzfile to import (positional).
Register this subcommand’s flags onto
parser.Members inherited from
OptionsBase(1 member)
from_argsRWBuild an options instance by pulling each dataclass field off
args. Attributes
- attachments_dir: pathlib.Path | None = None
Directory to extract ReqIF attachments into. When
None, defaults to<cwd>/joined withsyside.reqif.ATTACHMENTS_DIRat run time (--attachments-dir).
- file: pathlib.Path = None
Path to the
.reqifor.reqifzfile to import (positional).
Methods
- static add_args(parser: argparse.ArgumentParser) None
Register this subcommand’s flags onto
parser.