epage / clapng

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
0 stars 0 forks source link

Ability to apply a setting to all args #234

Open epage opened 2 years ago

epage commented 2 years ago

Issue by epage Monday Nov 08, 2021 at 14:14 GMT Originally opened as https://github.com/clap-rs/clap/issues/3002


Use Cases

Note: in some cases, users will want this to apply globally (ie to all subcommand args)

Solution Options

Note: this isn't a "pick one" but we can use a mixture

For when to apply these to subcommands, we could

epage commented 2 years ago

Comment by epage Monday Nov 08, 2021 at 14:15 GMT


@repi in case you have any further thoughts on this topic