dojo / cli

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

Parsing of hyphenated commands #142

Closed kitsonk closed 7 years ago

kitsonk commented 7 years ago

Bug

Currently if you have a command that includes an additional hyphen, the parsing of the command becomes unexpected. In the sense that you have a command package of cli-generate-project-json this becomes dojo generate-project json instead of dojo generate project-json.