Voom version of famous mac command pwd
npm install voompwdvoompwd
=======
Voom version of famous bash command pwd




sh-session
$ npm install -g voompwd
$ voompwd COMMAND
running command...
$ voompwd (-v|--version|version)
voompwd/1.0.0 darwin-x64 node-v14.9.0
$ voompwd --help [COMMAND]
USAGE
$ voompwd COMMAND
...
`
Commands
* voompwd folder
* voompwd hello
* [voompwd help [COMMAND]](#voompwd-help-command)voompwd folderPWDs the current folder
`
USAGE
$ voompwd folderOPTIONS
-n, --name=name name to print
`_See code: src/commands/folder.js_
voompwd helloSays hello and tells you the command to pwd.
`
USAGE
$ voompwd helloOPTIONS
-n, --name=name name to print
`_See code: src/commands/hello.js_
voompwd help [COMMAND]display help for voompwd
`
USAGE
$ voompwd help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
``_See code: @oclif/plugin-help_