Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@felixSchl felixSchl released this 01 Nov 17:09
· 20 commits to development since this release

New features

  • It is now possible to capture any unknown options, while still validating
    known options and positional/command arguments. With opts.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.