clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.64k stars 1.02k forks source link

fix(parser): Allow exclusive to override required_* #5520

Closed epage closed 3 weeks ago

epage commented 3 weeks ago

There are other cases for required that aren't being handled

I'm concerned there might be weird corner cases and didn't want the analysis for that to block fixing this.

Fixes #5507