|
-dv, --define-version TEXT Define-XML version used for validation |
We should retrieve the define version from the define xml file itself. Unless I am overlooking something, having a cli argument makes things more confusing. We will need to extract the version from the raw xml instead of using ODM, since we don't yet know which version to use. It appears this is what we already do here:
Are we even using this cli argument anywhere? If not, this should be as easy as removing from the core.py, validation_args.py, and readme.md
cdisc-rules-engine/README.md
Line 207 in 2e95c6b
We should retrieve the define version from the define xml file itself. Unless I am overlooking something, having a cli argument makes things more confusing. We will need to extract the version from the raw xml instead of using ODM, since we don't yet know which version to use. It appears this is what we already do here:
cdisc-rules-engine/cdisc_rules_engine/services/define_xml/define_xml_reader_factory.py
Line 84 in 2e95c6b
Are we even using this cli argument anywhere? If not, this should be as easy as removing from the core.py, validation_args.py, and readme.md