dojo / cli

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

Use the package.json description if no description returned from a command #224

Open matt-gadd opened 6 years ago

matt-gadd commented 6 years ago

Enhancement We're using the description from the package.json when using the search capabilities to show available commands to install. Perhaps we should use the package.json description for the actual command itself also? At the moment it is currently returned from the command like so: https://github.com/dojo/cli-build-app/blob/master/src/main.ts#L161