clap/src
Ed Page 88a335ff97 fix(complete): Give crates more specific names
`clap_generate` originally intended to be "generate anything".  With
`fig`, we already broke one part out.  With #3174's man support, we are
also looking at keeping it separate:
- More freedom to iterate on the API
- Uniqueness (and potential weight) of its dependencies
- man generation is normally more for distribution while completions are
  a mix of being distributed with the app or the app generating the
  completions (which will be exacerbated if we move most completion
  parsing logic to be in Rust)

So `clap_generate` is having a lot more limited of a role than the
original name conveys.   I worry the generic name will be a hindrance to
people discovering and using it (yes, documentation can help but there
are limits).

I hesitated because we are on the verge of releasing 3.0. However, doing
it even later will be even more disruptive because more people will be
using it (crates.io lists ~70 people using `clap_generate`).

To ease things, we are still releasing `clap_generate` as a wrapper
around `clap_complete`.
2021-12-31 12:03:29 -06:00
..
build fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
output fix(help): Prefer short version over long version 2021-12-30 12:21:19 -06:00
parse fix: Remove overriden occurrences as we go 2021-12-27 15:32:37 -06:00
util fix(ci): Correct release lints 2021-12-13 09:41:22 -06:00
derive.rs chore: Release 2021-12-30 15:00:19 -06:00
lib.rs chore: Remove the TODO chaff 2021-12-22 10:15:09 -06:00
macros.rs refactor(yaml): Freeze FromStr 2021-12-09 09:36:00 -06:00
mkeymap.rs perf: Reduce allocations on 'args' 2021-10-18 16:14:31 -05:00