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

# Bug to be fixed This PR is about bug of fish shell completion. Here is an example. The correct completion candidate is `hoge`, but `\{hoge` is actually completed. ```...

Clap currently has https://docs.rs/clap/latest/clap/struct.Command.html#method.long_flag and https://docs.rs/clap/latest/clap/struct.Command.html#method.long_flag_aliases where `long_flag_aliases` does nothing without `long_flag` being specified. One could add a runtime warning/crash, but it's usually better to make bad states unrepresentable. ~~The...

C-enhancement
M-breaking-change
A-builder
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.64.0 (a55dd71d5 2022-09-19)...

C-bug
S-waiting-on-decision
A-derive

### 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 (5680fa18f 2023-08-23)...

C-bug
A-derive
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.71.0 (8ede3aae2 2023-07-12)...

C-bug
A-derive

### Rust Version * 1.22.1 ### Affected Version of clap * 2.29.0 The [habitat project](https://github.com/habitat-sh/habitat) uses clap for its command line parsing. There are currently two issues opened related to...

C-enhancement
A-parsing
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 `cargo 1.74.0-nightly (925280f02 2023-08-25)`...

C-bug

### 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 1.72 ### Clap Version...

C-bug
M-breaking-change
A-validators
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 ### Clap Version 4.4.1 ### Describe your...

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

#3234 was stabilized in #5094 but we can't remove the feature flag until at least the next minor version

A-meta
E-easy