dojo / cli

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

Debug Flag #134

Open kitsonk opened 7 years ago

kitsonk commented 7 years ago

Enhancement

Most commands should support some sort of --debug flag. For example with dojo test the --debug flag would provide information about what arguments are being sent to intern, where paths resolve to and the like. It will make supporting the tooling easier or allow us to provide advice to others on why a certain things is not working. Ideally it would pass on a similar flag to launched processes to be more verbose or log out diagnostic information.

kitsonk commented 7 years ago

We should also consider if this is really --verbose or --debug. Ref: #81