Bill Fraser
Results
42
comments of
Bill Fraser
Here's a proof-of-concept of a new `prefix` attr that can be applied at the struct level: https://github.com/wfraser/clap/commit/prefix-attr example: ```rust #[derive(Parser, Debug)] struct Main { #[clap(short)] s: Option, #[clap(long, default_value =...
It seems unlikely that this feature will ever get accepted, and I got tired of maintaining a large patch to the clap codebase, so I implemented this functionality as a...