Closed
Description
In the FAQ it's mentioned that one of the blockers for short options is -foo
being treated the same as --foo
. I'd argue that I'd rather people not be able to set -foo
, but that someone can write the command:
rm -rf
, or git -rf ./node_modules
.
tldr; I think people know long form arguments take two dashes, and it was a mistake to in yargs/yargs-parser to allow for -foo.
Refs: #1