Remove lex command

This commit is contained in:
Samy Pessé
2014-04-04 14:11:43 -07:00
parent 446d486a0f
commit f49a1a484e
-9
View File
@@ -101,15 +101,6 @@ prog
});
});
prog
.command('lex <page_file>')
.description('Parse a page file into sections, display JSON dump')
.action(function(page_file) {
var parsed = parse.page(fs.readFileSync(page_file, 'utf-8'));
console.log(JSON.stringify(parsed, null, 4));
});
// Parse and fallback to help if no args