clap/tests
Ed Page dcf69d1c87 refactor(parser): Track str/OsStr values via Box
Unfortunately, we can't track using a `ValueParser` inside of `Command`
because its `PartialEq`.  We'll have to wait until a breaking change to
relax that.

Compatibility:
- We now assert on using the wrong method to look up defaults.  This
  shouldn't be a breaking change as it'll assert when getting a real
  value.
- `values_of`, et al delay panicing on the wrong lookup until the
  iterator is being processed.
2022-05-12 16:13:30 -05:00
..
builder refactor(parser): Track str/OsStr values via Box 2022-05-12 16:13:30 -05:00
derive fix(derive): Don't change case of Arg id's (unstable) 2022-05-09 10:36:03 -05:00
derive_ui test(derive): Unsure why this is failing 2022-05-12 06:23:38 -05:00
ui test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00
app.yml fix: Revert as much yaml policy to v2 as possible 2021-12-02 16:06:21 -06:00
derive_ui.rs feat(derive): Start unstable-v4 feature flag 2022-05-06 14:56:55 -05:00
examples.rs chore: Remove dead code 2022-05-02 05:52:18 -05:00
macros.rs fix(macros): Allow dashed values (#3699) 2022-05-06 10:58:00 -05:00
ui.rs test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00
yaml.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00