Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We are looping over the arguments set by the parser. In one case, we are checking to see if the argument is a group. I am not seeing us set groups in the matcher when parsing and we have a debug assert ensuring arg and group names don't conflict. This looks like dead code to me. I am hesitant making a change like this right before release but this is part of trying to make the code understandable for root causing and fixing clap-rs#3197
- Loading branch information