dojo / cli

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

Add `--save-args` flag to write new command defaults to dojorc #211

Open tomdye opened 6 years ago

tomdye commented 6 years ago

Enhancement

To enhance the dojorc defaults we could add a --save-args flag that writes new defaults to dojorc. For example dojo build -m dev --save-args would save mode: 'dev' to the dojorc so that the next time you ran dojo build without args it would pick up the dev mode argument.