The regex `/^-/` matches `-`, making argument valued by `-` character only not available. `-` is commonly used as the reference of stdin. https://github.com/minimistjs/minimist/blob/5784b17f4905939c14037b2e80e36c62b7d0e68b/index.js#L167
The regex
/^-/matches-, making argument valued by-character only not available.-is commonly used as the reference of stdin.minimist/index.js
Line 167 in 5784b17