Releases: mattmcmanus/node-helmsman
Releases · mattmcmanus/node-helmsman
0.2.6
0.2.5
Bug fixing
- Properly erroring when a non-existent task entered never actually worked
0.2.2
- Improved error handling
0.2.1
--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
- 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
- Shorthand: