clap
clap copied to clipboard
A full featured, fast Command Line Argument Parser for Rust
### 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...
### 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...
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....
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...
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...
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)...
### 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)...
Fixes https://github.com/clap-rs/clap/issues/4046