mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
a484f622de
Before, if two arguments were required *and* overrode each other, then `cmd --opt=1 --other=2` succeded but `cmd --other=2` failed despite ignoring `--opt=1`. Requiring `--opt=1` to be present but unavailable doesn't help anyone and makes the behavior less predictable. Now both commands will have the same behavior. |
||
---|---|---|
.. | ||
builder | ||
derive | ||
derive_ui | ||
app.yml | ||
derive_ui.rs | ||
examples.rs | ||
macros.rs | ||
yaml.rs |