clap/clap_complete
Lzu Tao 2167fee212 fix(fish): Don't handle level 3 nested subcommand
Nested subcommand more than 3 levels is not practical in public.
Take rustup for example, `rustup toolchain install <version>`,
there is only 3 levels of nested subcommands. But there is also
the case of `rustup help toolchain install`, or `rustup toolchain help install`.
2024-07-06 07:58:43 +07:00
..
examples chore: Update from template 2024-05-14 12:27:02 -05:00
src fix(fish): Don't handle level 3 nested subcommand 2024-07-06 07:58:43 +07:00
tests feat(fish): Support nested subcommand completion 2024-07-06 07:27:56 +07:00
Cargo.toml chore: Bump completest 2024-07-05 15:35:01 -05:00
CHANGELOG.md chore: Release 2024-06-28 12:44:19 -04: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-06-28 12:44:19 -04: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