You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python's argparse has support for choices. Could you please add StoreChoice<'a, T: ToString + FromStr>(&'a [T]) which are automatically shown in the value's description and verified accordingly?
The text was updated successfully, but these errors were encountered:
Python's argparse has support for choices. Could you please add
StoreChoice<'a, T: ToString + FromStr>(&'a [T])
which are automatically shown in the value's description and verified accordingly?The text was updated successfully, but these errors were encountered: