minor tweaking and testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-01-03 03:03:36 +03:00
parent fda89e53c0
commit c978cdd0a4

View File

@ -62,7 +62,6 @@ module.CLI = core.ImageGridFeatures.Feature({
} }
var cli = requirejs('commander') var cli = requirejs('commander')
cli cli
// XXX get the version from config... // XXX get the version from config...
@ -98,7 +97,13 @@ module.CLI = core.ImageGridFeatures.Feature({
Object.keys(this.getDoc()).join('\n ')) Object.keys(this.getDoc()).join('\n '))
}) })
//.command('index [path]', 'build an index of path') // XXX the problem with this is that it still tires
// to find and run 'ig-index'...
/*
.command('index [path]', 'build an index of path', function(path){
console.log('!!!!!! INDEX', path)
})
*/
.arguments('<action> [args]') .arguments('<action> [args]')
.action(function(action, args){ .action(function(action, args){