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

v1.1.0

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

Fix

  • Fix #72: Add special flags to spec implicitely

Changes

  • Improve special flags behavior with opts.dontExit. Instead of just returning
    a string, return the output and add a special key .help for opts.helpFlags
    and .version for opts.versionFlags, respectively.
  • Allow dots in option names
  • Improve OptionAlias JS representation. It is now just a string. This makes
    it easy to write, read and validate opts.helpFlags and opts.versionFlags.