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
This issue is a duplicate of #1206 and thus we are closing this.
I would appreciate if you could tell us more about why you were not able to find the original issue. You marked that you have searched the existing issues. What search terms did you use?
This questions is asked in the attempt to understand if there are any other contexts/cases related to the issue that we missed discussing originally.
Please complete the following tasks
Clap Version
3.0.0-beta
Describe your use case
Use case: I would like to merge ArgMatches into Config settings using the following rules:
In order to do this, I would need to iterate over ArgMatches.args and query
MatchedArg.ty
field.Describe the solution you'd like
Some sort of interface that allows me to do this.
Alternatives, if applicable
Currently, I have to declare all fields in clap structure with
Option<>
and without default values in order to expose similar semantics. For example,instead of
Additional Context
No response
The text was updated successfully, but these errors were encountered: