clap/clap_complete
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
..
examples fix: Rename IntoApp to CommandFactory 2022-02-15 08:24:00 -06:00
src feat(clap): Publicly expose Command::build 2022-04-19 10:13:43 -05:00
tests fix(clap_complete_fig): Correct requiresEquals name and add it to the right objects 2022-03-18 14:46:20 +01:00
Cargo.toml test(complete): Switch to snapshot testing 2022-03-07 14:03:49 -06:00
CHANGELOG.md chore: Release 2022-03-02 09:20:00 -06:00
CONTRIBUTING.md fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-APACHE fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-MIT fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
README.md chore: Release 2022-03-02 09:20:00 -06:00

clap_complete

Shell completion generation for clap

Crates.io Crates.io License License

Dual-licensed under Apache 2.0 or MIT.

  1. About
  2. API Reference
  3. Questions & Discussions
  4. CONTRIBUTING
  5. Sponsors

About