Closed aobatact closed 2 years ago
The biggest challenge with clap 3.2 is supporting Arg::value_parser which takes a ValueParser which is effectively a Box<TypedValueParser>.
Arg::value_parser
ValueParser
Box<TypedValueParser>
Options
TypedValueParser
I'll select the first option for now.
The biggest challenge with clap 3.2 is supporting
Arg::value_parser
which takes aValueParser
which is effectively aBox<TypedValueParser>
.Options
TypedValueParser
s provided by clapTypedValueParser