clap/clap_generate
Sondre Nilsen 0b045f5d0d
feat(man): Initial man generator (#3174)
This is an initial implementation with plenty of room to grow, including
- Allowing pulling out a subset of the generated man page for greater customization
- Subcommand handling
- Extra sections
- Consolidate argument formatter after #2914

Fixes #552
2022-01-28 14:55:55 -06:00
..
src fix(complete): Better organize the API 2021-12-31 13:25:09 -06:00
tests fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
Cargo.toml feat(man): Initial man generator (#3174) 2022-01-28 14:55:55 -06:00
CONTRIBUTING.md docs(contrib): Generate-specific notes 2021-12-11 18:55:50 -06:00
LICENSE-APACHE docs: Ensure all crates have license files 2021-10-04 14:45:31 -05:00
LICENSE-MIT docs: Ensure all crates have license files 2021-10-04 14:45:31 -05:00
README.md docs(generate): Fix another contributing link 2022-01-13 09:26:11 -06:00

clap_generate

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