From a9fbd5f6a5e5500e62d9c734a68b82ee590b881c Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 29 Oct 2016 22:35:22 -0400 Subject: [PATCH] make --no-color option available --- lib/cmd.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cmd.js b/lib/cmd.js index 50419d535..f68afc81a 100644 --- a/lib/cmd.js +++ b/lib/cmd.js @@ -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', {