clap/clap_complete
Ed Page c3fec1fa75 fix: Update derive->Command function name
No good solution for transitioning the trate name, unfortnately, since
we can't mark `use`s as deprecated (we can, it just does nothing).

I got rid of the `into` prefix because that implies a `self` parameter
that doesn't exist.
2022-02-14 16:04:10 -06:00
..
examples fix: Update derive->Command function name 2022-02-14 16:04:10 -06:00
src refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
tests refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00
Cargo.toml docs: Update App references to Command 2022-02-14 15:33:49 -06:00
CHANGELOG.md chore: Release 2022-02-05 09:33:39 -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-02-05 09:33:39 -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