Port clap_derive
to ValueParser
#3734
Labels
A-derive
Area: #[derive]` macro API
C-enhancement
Category: Raise on the bar on expectations
E-hard
Call for participation: Experience needed to fix: Hard / a lot
Milestone
Adjusting the derive API to #3732 was proving to be difficult because of the current traits take
&ArgMatches
and becauseFromArgMatches::update_from_arg_matches
derive for subcommands assumes thatArgMatches
remains untouched.Implementing the derive will automatically address
It will also let us deprecate
The text was updated successfully, but these errors were encountered: