dojo / cli

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

"dojo help" text inconsistent with README #96

Closed edhager closed 7 years ago

edhager commented 7 years ago

The repo's README states:

The CLI has the following format:

dojo group [command] - where [command] is optional

That text implies that the word "group" is part of the command line. It should be replaced with <group>.

When you install the cli and run "dojo help", it describes the syntax as:

Usage: dojo <group> <command> [options]

That implies there will always be a "command" but the README says the "command" is optional. And the README doesn't mention "options".