clap/clap_complete
Ed Page 32f308d4ef fix!: Make is_multiple_values private
multiple_values is now just book keeping for the builder, instead people
should look to actions and `num_args`.

The meaning for it was a little weird anyways.
2022-08-04 15:21:10 -05:00
..
examples fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
src fix!: Make is_multiple_values private 2022-08-04 15:21:10 -05:00
tests fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
Cargo.toml chore: Update version 2022-07-23 21:43:37 -05:00
CHANGELOG.md chore: Release 2022-06-28 08:04:18 -05: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 docs(license): Update years/holders 2022-06-27 12:55:09 -05:00
README.md chore: Release 2022-06-28 08:04:18 -05: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