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
I just found something like this in my code Arg::with_name("a").conflicts_with("a")
This makes it impossible to use a because it will always cause an error.
I wonder if we could have some kind of warning put out if an arg conflicts with itself (preferably at buildtime, but I'm not sure if this can be done yet).
clap 2.33.0
The text was updated successfully, but these errors were encountered:
I just found something like this in my code
Arg::with_name("a").conflicts_with("a")
This makes it impossible to use
a
because it will always cause an error.I wonder if we could have some kind of warning put out if an arg conflicts with itself (preferably at buildtime, but I'm not sure if this can be done yet).
clap 2.33.0
The text was updated successfully, but these errors were encountered: