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.3.3 ### Describe your...

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

### 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.72.0-beta.11 (7a3a43a3b 2023-08-18)...

C-bug
M-breaking-change
A-builder

## Clap Version 4.3.19 ## Describe your use case I'm implementing `TypedValueParser` and `ValueParserFactory` so that I can use `clap` to parse custom types, ideally without explicitly annotating the `value_parser`...

C-enhancement
A-builder
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.65.0 (897e37553 2022-11-02)...

C-bug
A-validators

### 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.3.21 ### 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 4.2.7 ### Describe your...

C-enhancement
A-parsing
E-medium

### 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.3.19 ### Describe your...

C-enhancement

Some shell completions, such as `fish` and `zsh` allow displaying a help message. Currently, we use the short help, but this might not always be appropriate due to the constraints...

C-enhancement
A-completion
S-blocked

While there are some shell specific behaviors for options, e.g. for `zsh` and `fish`: In `zsh`, options are completed if at least one `-` is present. In `fish` options are...

C-enhancement
A-completion
E-easy