Support for completion scripts generation
Open
discussion
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
A convenient feature of clap is the support for [generating shell completion scripts](https://docs.rs/clap/2.33.0/clap/struct.App.html#method.gen_completions) from build.rs (i.e. during build of the application, thus without overhead on the application).
I don't know if there's already something available and I didn't find it or if it's still something which should be added.
If an addition is needed, would you welcome some PR ?
Contributor guide
Assessment
This issue has not been assessed yet.