clap
clap copied to clipboard
A full featured, fast Command Line Argument Parser for Rust
### 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.0 ### Describe your...
When testing the previous examples, I found I had to revert some changes. We need to dig into this more. See https://github.com/clap-rs/clap/commit/93948cc7248926a6d2678ad3a065cabada8658a1 --- Reproduction case (will need to be turned...
### 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.63.0 (4b91a6ea7 2022-08-08)...
### 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 3.2.22 ### Describe your...
### 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 3.2.22 ### Describe your...
[All features](https://gistpreview.github.io/?8ee8a91bfe081221672908eb57fcf723) [No features](https://gistpreview.github.io/?2e3e54008f987749cd1cbf31f8f1f0e9) The `clap` crate (not counting dependencies) takes about 11 seconds to compile. All dependencies put together take roughly the same amount of time. I have 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 ### Clap Version 3.2.20 ### Describe your...
### Feature Request Summary It would be nice to be able to have multiple subcommand groupings. ### Sample An example of what I mean can be found at https://github.com/synixebrett/HEMTT/issues/195
Maintainer's note - https://github.com/clap-rs/clap/discussions/2763 - #748 --- **Issue by [synek317](https://github.com/synek317)** _Monday Feb 19, 2018 at 10:02 GMT_ _Originally opened as https://github.com/TeXitoi/structopt/issues/72_ ---- There is great [config-rs](https://github.com/mehcode/config-rs) crate that provides hierarchical...
### Rust Version `rustc 1.38.0 (625451e37 2019-09-23)` ### Affected Version of clap 2.33.0 and 3.0.0-beta.1 (b8819130de876c4abbd451c34df89161a98d23ef) ### Expected Behavior Summary When a global option that takes a value is used...