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

C-enhancement
A-builder
E-help-wanted
E-easy
:money_with_wings: $5

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

C-enhancement
E-easy
A-derive

This is still very much a work in progress, but I'd like to put it up to see if this is a direction worth pursuing. See #3895

### Notes This bug is very specific to my application that I haven't managed to create a minimal reproducible code yet. So instead, I'll be providing links to my application....

C-bug
A-completion
E-easy

Inspired by [a reddit thread](https://www.reddit.com/r/rust/comments/wgy6mr/new_alternative_for_clap_declarative_basic_and/ijbfpkl/?context=3). in preparing to release v4, we need to audit the deprecation messages in v3 to ensure they are sufficient for migrating people up so we...

C-bug
A-docs
E-medium
E-help-wanted

Maintainer's notes - Workaround: call `Command::allow_hyphen_values(true)` --- ### Rust Version Stable ### Affected Version of clap Latest ### Bug or Feature Request Summary I am unable to write a program...

C-bug
A-parsing
S-waiting-on-author

pretty much just @epage's #3389, but with a bunch of unit tests fixes #3880 fixes #1538 fixes #3887 (specifically the "... none of them seem to allow for the first...

### 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.62.1 (e092d0b6b 2022-07-16)...

C-bug
M-breaking-change
A-builder
S-blocked

### 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.62.1 (e092d0b6b 2022-07-16)...

C-bug