dojo / cli

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

dojorc configuration cannot be used as options for default commands #221

Closed agubler closed 6 years ago

agubler commented 6 years ago

Bug

Yargs aliases are not parsed for default commands so option aliases cannot be determined. Remove the functionality to be able to use "saved" command options specified in the dojorc.

This will still work for options that do not have a default still not for options that have a default or alias value.

agubler commented 6 years ago

We should keep our own map of parsed aliases for each command as depending on a yargs internal isn't ideal (as proven by this issue)