Git utils
$ npm install -g git-utils
$ git-utils COMMAND
running command...
$ git-utils (-v|--version|version)
git-utils/0.0.0 linux-x64 node-v10.16.0
$ git-utils --help [COMMAND]
USAGE
$ git-utils COMMAND
...
delete local branches
USAGE
$ git-utils clean-local-branches
OPTIONS
-h, --help show CLI help
See code: src/commands/clean-local-branches.ts
display help for git-utils
USAGE
$ git-utils help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help