Rename cli script filename. Rename option 'dir' to 'input'

This commit is contained in:
Kim Biesbjerg
2017-03-20 15:51:38 +01:00
parent 72739f2e9a
commit f61cdc4064
4 changed files with 23 additions and 18 deletions

3
bin/cli.js Executable file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env node
require('../dist/cli/cli');

View File

@@ -1,3 +0,0 @@
#! /usr/bin/env node
require('../dist/cli/extract');