vercel / arg

Simple argument parsing
https://npmjs.com/arg
MIT License
1.23k stars 54 forks source link

Add support to parse GNU-style short options (`-F=value`) #55

Open lordofthelake opened 3 years ago

lordofthelake commented 3 years ago

This small change brings the parsing behavior for GNU-style short options (-F=value being equivalent to -F value) on par with the parsing of long options (--flag=value being equivalent to --flag value).