clap
clap copied to clipboard
A full featured, fast Command Line Argument Parser for Rust
v4 changelog is not very clear on how to migrate for the derive users. I added a section that I had struggled with myself (had to look at the examples...
Not sure whether this would be something you'd want to have, but I'm a bit unhappy with how widespread the atty crate is being used, because it both has a...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.64.0 (a55dd71d5 2022-09-19)...
#3917
This Pr tries to fix #4231. It uses `get_display_name` instead of `get_name` in clap_mangen as suggested [here](https://github.com/clap-rs/clap/discussions/3603#discussioncomment-3645485).
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 4.0 ### Describe your...
**Issue by [avnerbarr](https://github.com/avnerbarr)** _Thursday Oct 15, 2020 at 13:51 GMT_ _Originally opened as https://github.com/TeXitoi/structopt/issues/441_ ---- I want to get the string representation leading to a particular Opt instance (after I've...
Make it easy for developers to support translations of their projects. --- Current steps: - Run `cargo add clap -F string` - If using derive API - Replace field names...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the existing issues ### Clap Version 3.0.0-rc.9 ### Describe your use case...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the existing issues ### Clap Version 3.0.0-rc.4 ### Describe your use case...