make --no-color option available

This commit is contained in:
Iuri Matias 2016-10-29 22:35:22 -04:00
parent 7bccb73f01
commit a9fbd5f6a5
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Cmd.prototype.run = function() {
.option('-b, --host [host]', 'host to run the dev webserver (default: localhost)')
.option('--noserver', 'disable the development webserver')
.option('--nodashboard', 'simple mode, disables the dashboard')
.option('--no-color', 'no colors in case it\'s needed for compatbility purposes')
.description('run dapp (default: development)')
.action(function(env, options) {
self.Embark.initConfig(env || 'development', {