--option=--value
is wrongly parsed when option
is an array or has narg
set
#261
Labels
--option=--value
is wrongly parsed when option
is an array or has narg
set
#261
returns, as expected:
However:
returns:
when it would be expected to return:
Same issue with
narg: { option: 1 }
.nargs-eats-options
does not change anything to this behavior.The text was updated successfully, but these errors were encountered: