dojo / cli

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

Support `config` command line option to specify a custom dojorc configuration file #287

Closed agubler closed 5 years ago

agubler commented 5 years ago

Type: feature

The following has been addressed in the PR:

Description:

Adds support for specifying a custom configuration file that will be used instead of the default .dojorc file. This option will be available for all commands.

Resolves #286