Skip to content

Releases: mattmcmanus/node-helmsman

0.2.6

23 Aug 01:07
Compare
Choose a tag to compare
  • Improving support for executables with extensions (#3 & #4)

Thanks @beaugunderson for the great work!

0.2.5

23 Aug 01:06
Compare
Choose a tag to compare

Bug fixing

  • Properly erroring when a non-existent task entered never actually worked

0.2.2

23 Aug 01:04
Compare
Choose a tag to compare
  • Improved error handling

0.2.1

06 Jul 21:27
Compare
Choose a tag to compare
  • --version support: Automatically prints the version in the package.json of the module requiring helmsman
  • Improved guessing of the sub-command prefixes
  • Added proper error when a subcommand doesn't export the command object

0.2.0

05 Jul 17:53
Compare
Choose a tag to compare
  • Helmsman is capable of smart command completion including dynamic shorthands and spelling correction
    • Shorthand: <command> st will execute <command> status
    • Spelling: <command> isntall will execute <command> install