List all parsed args #3286
Labels
A-parsing
Area: Parser's logic and needs it changed somehow.
C-enhancement
Category: Raise on the bar on expectations
S-duplicate
Status: Closed as Duplicate
Please complete the following tasks
Clap Version
3.0.6
Describe your use case
In clap v2 we used
ArgMatches::args
field for inner purpose, but now, in v3 there is no visible possibility to iterate through all parsed arguments, we'd like to update. Please, can you add that functionality?Describe the solution you'd like
As I understand, making
args
field public is not an option, but maybe there is a possibility to provide copy of iterator?Alternatives, if applicable
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: