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 multiple options accepted for single-value options
Currently single-value options such as --tunnel will accept multiple
values, e.g. --tunnel "<...>" --tunnel "<...>". Confusingly for the user
only the last value will be used without any warning.
This commit fixes this by emitting an error message and exiting the
program if multiple option values were supplied when single value was
expected.
0 commit comments