dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Add verbose mode to 'dojo version' #81

Closed rishson closed 7 years ago

rishson commented 7 years ago

Under --verbose or similar, output the physical location of each installed command. We should also update the dojo help text to include a section on command loading precedence (and add to the enhanced version command)

e.g.

$ dojo version -verbose

build (dojo-cli-build-webpack) 2.0.0 (global)
anothercommand (dojo-cli-another-command) 2.0.0 (/path/to/pwd/node_modules)

You are currently running dojo-cli 2.0.0

Command loading
------------------
Bit about where we look for commands and the resolution order...
kitsonk commented 7 years ago

Closing in favour of #134