resolves #133 add -b --basic mode to only output final image update readme (#154)

* resolves #133 add -b --basic mode to only output final image update readme

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* format logs and help

* update dist files
This commit is contained in:
Varun Gupta
2018-01-23 22:56:02 +05:30
committed by Jeffrey Warren
parent 38cf05bb9e
commit c19a663fa2
7 changed files with 11033 additions and 10641 deletions

View File

@@ -177,8 +177,8 @@ ImageSequencer = function ImageSequencer(options) {
this.events = require('./UserInterface')(UI);
}
var exportBin = function(dir) {
return require('./ExportBin')(dir,this);
var exportBin = function(dir,basic) {
return require('./ExportBin')(dir,this,basic);
}
function modulesInfo(name) {