Skip to content

v1.2.0

Choose a tag to compare

@lukeed lukeed released this 24 Dec 01:26
· 59 commits to master since this release

Minor Changes

  • Display error & exit if <required> arguments are unmet (#4): 9f0f053
  • Pass [optional] arguments thru to the aciton() handler (#5): 228eb7c
    • Send undefined to parameter if no value
    • Requires that the <required> args be defined before <optional> args
    • Preserves sending all flags (opts) as the last parameter

Patches

  • Updated README with documentation & examples to reflect changes: 759a945, 112349a