clap/tests
Ed Page a484f622de fix(validate): Overrides always ignore required
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.
2022-04-21 15:23:05 -05:00
..
builder fix(validate): Overrides always ignore required 2022-04-21 15:23:05 -05:00
derive feat(derive): Don't abort when non-unit variant is skipped 2022-03-31 18:49:21 +02:00
derive_ui feat(derive): Don't abort when non-unit variant is skipped 2022-03-31 18:49:21 +02:00
app.yml fix: Revert as much yaml policy to v2 as possible 2021-12-02 16:06:21 -06:00
derive_ui.rs fix: Limit when ui tests run 2021-12-06 12:37:49 -06:00
examples.rs test: Remove unnecessary feature usage in tests 2022-02-13 19:00:29 +00:00
macros.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
yaml.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00