clap/tests
Ed Page 8f182067e3 feat(clap): Publicly expose Command::build
`Command::_build_all` started as an internal function for
`clap_complete` as a stopgap until #2911.  Overtime, we've been finding
more cases where this function needs to be called, so now we're going to
fully embrace it until #2911 so people aren't scrared off by the hidden
implementation from using it.

This was inspired by #3602

Comptibility: Though this adds a deprecation which we general reserve
for minor or major versions, this is enough of a corner case that I'm
fine doing this in a patch release.
2022-04-19 10:13:43 -05:00
..
builder feat(clap): Publicly expose Command::build 2022-04-19 10:13:43 -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