pkgjs / parseargs

Polyfill of `util.parseArgs()`
Apache License 2.0
122 stars 10 forks source link

docs: clarify short options hopefully coming #48

Closed shadowspawn closed 2 years ago

shadowspawn commented 2 years ago

We do not want -foo to be the same as --foo. That much is fairly certain.

-foo is likely to be the same as -f -o -o, at least when plain flags. But nothing implemented yet, so point to issue rather than speculate.

See #2

shadowspawn commented 2 years ago

Thanks reviewers. I will merge this weekend if nothing else comes up.