node-helmsman icon indicating copy to clipboard operation
node-helmsman copied to clipboard

Easily make command line interfaces using git style subcommands

Results 3 node-helmsman issues
Sort by recently updated
recently updated
newest added

The following code provides bash completion for helmsman commands whose sub-commands are "reasonable" (e.g. use commander): ``` # Parse helmsman top-level help output # @param $1 command; if "-", read...

Let’s get started with automated dependency management for node-helmsman :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

helmsman gets confused, and tries to run `command-help --help`, which of course won't typically exist. (Tested with 0.4.0.) Helmsman specifically avoids using the built-in `help` command in this case, which...