Skip to content

Releases: mattmcmanus/node-helmsman

0.2.6

Choose a tag to compare

@mattmcmanus mattmcmanus released this 23 Aug 01:07
  • Improving support for executables with extensions (#3 & #4)

Thanks @beaugunderson for the great work!

0.2.5

Choose a tag to compare

@mattmcmanus mattmcmanus released this 23 Aug 01:06

Bug fixing

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

0.2.2

Choose a tag to compare

@mattmcmanus mattmcmanus released this 23 Aug 01:04
  • Improved error handling

0.2.1

Choose a tag to compare

@mattmcmanus mattmcmanus released this 06 Jul 21:27
  • --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

Choose a tag to compare

@mattmcmanus mattmcmanus released this 05 Jul 17:53
  • 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