This repository was archived by the owner on Apr 26, 2021. It is now read-only.
v1.3.0
New features
- It is now possible to capture any unknown options, while still validating
known options and positional/command arguments. Withopts.allowUnknown
toggled on, any unknown options are collected into a special key "?" in the
output mapping. Note that, unknown input is collected "verbatim", i.e. as it
was passed on the command line. This closes #42.