diff options
Diffstat (limited to 'lib/cli/helper.js')
-rw-r--r-- | lib/cli/helper.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/cli/helper.js b/lib/cli/helper.js index 61b9957..e8a049f 100644 --- a/lib/cli/helper.js +++ b/lib/cli/helper.js @@ -36,7 +36,6 @@ var FORMATS = { // the root of the book is the first argument (or current directory) function bookCmd(fn) { return function(args, kwargs) { - var input = args[0] || process.cwd(); var book = new Book({ fs: new NodeFS(), |