I think there are two bugs in this area of the code. The code is looking for an = but not restricting test to just the start of the argument, then assumes there is only one = when assigning the option value.
So the second bug is with -ab=c the b is getting ignored.
minimist doesn't handle correctly:
yargs-parser does handle correctly
Spawned from: #2 (comment)
The text was updated successfully, but these errors were encountered: