clap icon indicating copy to clipboard operation
clap copied to clipboard

A full featured, fast Command Line Argument Parser for Rust

Results 258 clap issues
Sort by recently updated
recently updated
newest added

### 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...

C-enhancement
E-medium
E-help-wanted
A-derive
:money_with_wings: $20
S-blocked

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...

C-bug
E-help-wanted
A-validators
E-easy

### 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)...

C-bug
E-help-wanted
E-easy
A-man

### 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...

C-enhancement

### 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...

C-enhancement

[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...

C-enhancement
A-meta
S-waiting-on-mentor

### 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...

C-enhancement
A-help
S-waiting-on-design

### 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

C-enhancement
M-breaking-change
A-help
S-waiting-on-design

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...

C-enhancement
A-parsing
S-waiting-on-design

### 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...

C-bug
E-hard
A-parsing
S-waiting-on-mentor