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
Stumbled across this while working on fixing #70. The SimpleArgParser reports any duplicate arguments it finds as "???", instead of the arg name (here's a test that asserts on the behavior).
It seems like the SimpleArgParser doesn't have any knowledge of the names attached to the values it consumes, so I'm wondering if the responsibility for checking duplicate names should be moved to some other enclosing parser.
The text was updated successfully, but these errors were encountered:
Stumbled across this while working on fixing #70. The
SimpleArgParser
reports any duplicate arguments it finds as "???", instead of the arg name (here's a test that asserts on the behavior).It seems like the SimpleArgParser doesn't have any knowledge of the names attached to the values it consumes, so I'm wondering if the responsibility for checking duplicate names should be moved to some other enclosing parser.
The text was updated successfully, but these errors were encountered: