Eg: ``` foo -a 'aaa' -b 'bbb' command "-- string with dashes in it --" ``` This will fall afoul of this case: https://github.com/bcoe/yargs/blob/master/lib/parser.js#L103 I ran into this trying to encrypt a private ssh key using [cryptex](https://github.com/TechnologyAdvice/Cryptex).