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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [completest](https://togithub.com/assert-rs/completest) | dev-dependencies | patch | `0.4.0` -> `0.4.1` | |...

They was not run on CI, so they're siliencely falling for a long time. Close #5540.

Closes https://github.com/clap-rs/clap/issues/3919

Closes https://github.com/clap-rs/clap/issues/3916

Look at the generated completion https://github.com/clap-rs/clap/blob/5cc44bb91ee3a13aad65a41fdf687fe7f30b8bdc/clap_complete/tests/snapshots/basic.fish#L9 The condition after `-n` is simplify as `true && not true` which equates to `false`, so the completion is never taken into account. First...

A-completion
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.5.7 ### Describe your...

C-enhancement
M-breaking-change
A-help

Before this change, it was not possible to have *visible* aliases for PossibleValues, all aliases were hidden in help output. This change adds a new API for adding visible aliases...

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

C-enhancement
A-help
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 ### Clap Version 4.5.7 ### Describe your...

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

I found a issue when running the clap_complete tests locally (on the clap master branch) using the command: ```shell= cargo test --features="unstable-dynamic" ``` The result was: ```shell= ---- expected: tests/testsuite/fish.rs:186:20...