Allow adding multiple groups from single Arg #426
Labels
C-enhancement
Category: Raise on the bar on expectations
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
I'm willing to mentor anyone who wants to take a stab at this. Things that probably need to happen:
Arg::requires_all
style method (or any other_all
type methodArg.group
fromOption<&'a str>
toOption<Vec<&'a str>>
src/app/parser.rs
to accept multiple groups instead of just the one.The text was updated successfully, but these errors were encountered: