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
- Fix an issue where unknown option is wrongly
lexed as an argument if it's later than an known
valid option.
- Essentially if `arg1` is only valid option
`--arg1 value1 --arg2 value2` would not complain
about `arg2`.
- Backport #1120
- Fixes#1123
Backport #1120
The text was updated successfully, but these errors were encountered: