Skip to content

Releases: forfuturellc/node-simple-argparse

v1.0.0

Choose a tag to compare

@GochoMugo GochoMugo released this 06 Jun 12:17
11f5d49

See CHANGELOG.md

v0.3.0

Choose a tag to compare

@GochoMugo GochoMugo released this 05 Aug 06:49

Features:

  • allow shorter commands
  • allow pre-run hook

v0.2.2

Choose a tag to compare

@GochoMugo GochoMugo released this 03 Aug 13:42

Bug fixes:

  • fix error showing help information by default
  • fix typos in package manifest

v0.2.1

Choose a tag to compare

@GochoMugo GochoMugo released this 29 Jul 07:02

Big fixes:

  • fix "shasum check failed" error while npm installing

v0.2.0

Choose a tag to compare

@GochoMugo GochoMugo released this 29 Jul 06:04

Features:

  • pass the option name to option functions (#2)
  • allow overriding default option function run (#3)

v0.1.1

Choose a tag to compare

@GochoMugo GochoMugo released this 19 Jul 15:32

Bug fix:

  1. Broken link in documentation

v0.1.0

Choose a tag to compare

@GochoMugo GochoMugo released this 19 Jul 15:24

Changes:

  1. The entire code-base has been updated
  2. The documentation has also been updates
  3. The license and contact information updated
  4. Grunt has been added as our task runner
  5. Linting using eslint

simple-argparse-v0.0.0

Choose a tag to compare

@GochoMugo GochoMugo released this 22 Dec 12:13

Production-ready Module for simple command-line arguments parsing for Node.js.

More Information on its features and usage may be found in the README.md.