argh
Version:
light weight option/argv parser for node, it only parses options, nothing more then that.
23 lines (16 loc) • 585 B
Markdown
- [breaking] Duplicate flags are now consolidated into an array of values.
- Allow every printable ASCII char to be used within arguments.
- Allow `+` to be used within arguments.
- Fixed a bug where long arguments with `/` file slashes were ignored.
- Added support for parsing short arguments (correctly) see bugs #5 & #6 this
was a sort of breaking change (which explains the bump).
### 0.0.1
- Added support for keys with a dot notation so it's automatically parsed to an
object.
- Better value parsing