usnistgov/oscal-deep-diff

CLI `--config` flag override logic simple bug

Closed this issue · 0 comments

The CLI checks if the --config flag exists along with a manually passed in config. It should throw an error if both are defined, but it currently throws an error always when the --config flag is defined.