diff options
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-x | bin/gitbook.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js index 3abeafd..98a492e 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -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 |