clap/clap_complete
Ed Page 08875932f7 fix(complete): Change ValueHint::Unknown to Other, from AnyPath
`AnyPath` is the documented behavior *but* thats to help when there
isn't much other information.  With us choosing a `ValueHint` based on
the value parser, we are less likely to get benefit from `AnyPath`.

Instead, this will greatly improve cases like Cargo where we offer path
completions on many arguments where it doesn't make sense.
2024-10-02 09:16:21 -05:00
..
examples style: Make clippy happy 2024-09-26 21:20:17 -05:00
src fix(complete): Change ValueHint::Unknown to Other, from AnyPath 2024-10-02 09:16:21 -05:00
tests test: Make shell integration tests non-blocking 2024-09-27 13:53:12 -05:00
Cargo.toml test: Make shell integration tests non-blocking 2024-09-27 13:53:12 -05:00
CHANGELOG.md chore: Release 2024-09-20 15:05:01 -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 2024-09-20 15:05:01 -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