diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-17 16:20:45 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-17 16:20:45 +0100 |
commit | 4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028 (patch) | |
tree | 6717ebb00890852ce4aeb68a056dc949405b29ea /lib/cli | |
parent | 5fdee2cb5e846303b5bd4f10552b1d60201c3cb7 (diff) | |
download | gitbook-4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028.zip gitbook-4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028.tar.gz gitbook-4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028.tar.bz2 |
Load template engine for website output using theme configuration
Diffstat (limited to 'lib/cli')
-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(), |