List Question
20 TechQA 2024-03-27T23:50:03.307000Values after flag parsed with first argument
35 views
Asked by Travis
Default value based on another argument
87 views
Asked by Alonme
How to pass String as Into<Str> argument when using Clap?
83 views
Asked by Игорь Павленко
Is it possible to use a custom CLI option delimiter with the rust clap crate?
35 views
Asked by James
Rust problem with Clap value_of_lossy function
111 views
Asked by Tomasz
trying to get clap builder to accept arg! with ArgGroup, cannot work out what I am missing
32 views
Asked by pm100
How to make clap derive not convert underscores to hyphens in option names
104 views
Asked by Timmmm
Understanding `default_value_t` and `default_missing_value` in clap v4 crate for Rust
283 views
Asked by Foo the Frog
Clap derive enum with non-unit variants?
151 views
Asked by John Graham
Add a custom help message at the end of --help screen with clap-derive
168 views
Asked by Yuri Astrakhan
CLAP- make an arg conflicting with a group of arg
314 views
Asked by Max G.
How can I use clap "subcommands" based on flags?
130 views
Asked by Kevin M Granger
How do I expose an imported trait from the struct that derives it?
63 views
Asked by subtea
Interpret `--` like `cargo run` using clap
197 views
Asked by 2-complex
How can I model extra arguments with clap?
55 views
Asked by Evan Carroll
Change the order in parsing subcommands / positional argument in Rust Clap?
150 views
Asked by Aymeric Barthe
Divide subcommands into groups using Clap
464 views
Asked by DHP
How to specify the default value for a vector argument with Clap 4
348 views
Asked by Daniel Porteous
Unable to Use Variable as default_value in Clap with Lifetime Issue
107 views
Asked by florin staicu