Skip to content

Releases: tj/commander.js

Release V2.8.1

24 Apr 20:28
Compare
Choose a tag to compare
  • Back out support multiline description Close #396 #397

Release V2.8.0

14 Apr 19:39
Compare
Choose a tag to compare
  • fix process.execArg not exists in old version
  • fix issues with 2.7.1 when using sub commands
  • allow commands to be hidden from help
  • improvements to documentation
  • when git-style sub-commands are in use, yet none are called, display help
  • descriptions: support multiline strings
  • add ability to specify arguments syntax for top-level command

Release v2.7.1

11 Mar 00:46
Compare
Choose a tag to compare
  • Revert "Issue #346, fix collisions when option and first arg have same name"

Release v2.7.0

09 Mar 15:29
Compare
Choose a tag to compare
  • solve #306, and bin in $PATH make sense
  • add outputhelp usage tip
  • fixes exit code from sub-commands not propagating
  • RegEx options
  • handle when action and option have same name, fixes #346
  • add support for camelCase on opts()
  • Added Gitter badge

Release v2.6.0

29 Dec 16:14
Compare
Choose a tag to compare

Release v2.6.0

Release 2.5.1

15 Dec 12:52
Compare
Choose a tag to compare

Release 2.5.1

Release 2.5.0

24 Oct 07:38
Compare
Choose a tag to compare

Release 2.5.0

Release v2.4.0

17 Oct 14:06
Compare
Choose a tag to compare
  • add opts() for getting key-value pairs