InitOptions
- class InitOptions
Parsed arguments for the
syside reqif initsubcommand.Inheritance:
Members defined in
InitOptions(2 members)RWDestination directory for the SysMLv2 ReqIF library. When
None, defaults tosyside.reqif.LIBRARY_DIR(--lib-dir).Register this subcommand’s flags onto
parser.Members inherited from
OptionsBase(1 member)Build an options instance by pulling each dataclass field off
args.Attributes
- lib_dir: pathlib.Path | None = None
Destination directory for the SysMLv2 ReqIF library. When
None, defaults tosyside.reqif.LIBRARY_DIR(--lib-dir).
Methods