clap/tests
Ed Page 771a44bcef fix: Remove overriden occurrences as we go
This allows two overriding args to interact with each other mid-line.
This was broken in 7673dfc / #1154.  Before that, we duplicated the override
logic in several places.

Now we plug into the start of a new arg which allows us to do this
incrementally without making the logic complex or inefficient, thanks to
prior refactors.

Fixes #3217
2021-12-27 15:32:37 -06:00
..
builder fix: Remove overriden occurrences as we go 2021-12-27 15:32:37 -06:00
derive feat(derive): Don't require Display for default ArgEnum 2021-12-16 09:11:32 -06:00
derive_ui test: Consolidate clap tests 2021-11-30 10:07:08 -06: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 Merge pull request #3104 from epage/unstable 2021-12-08 21:21:12 -06:00
macros.rs fix: Finish reverting clap_app 2021-12-02 10:45:10 -06:00
yaml.rs fix: Revert as much yaml policy to v2 as possible 2021-12-02 16:06:21 -06:00