diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-18 15:08:34 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-18 15:08:34 +0100 |
commit | b99c499d2ea67268760a7c8265a0669b016a56f1 (patch) | |
tree | f7e95ab1096abaf9579bf670205b1fb5b8b848b8 /lib/cli/helper.js | |
parent | 709b388dfcc641fab25d297618b6ffe49f5cd677 (diff) | |
download | gitbook-b99c499d2ea67268760a7c8265a0669b016a56f1.zip gitbook-b99c499d2ea67268760a7c8265a0669b016a56f1.tar.gz gitbook-b99c499d2ea67268760a7c8265a0669b016a56f1.tar.bz2 |
Add back serve command
Diffstat (limited to 'lib/cli/helper.js')
-rw-r--r-- | lib/cli/helper.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/cli/helper.js b/lib/cli/helper.js index e8a049f..1086b4d 100644 --- a/lib/cli/helper.js +++ b/lib/cli/helper.js @@ -63,5 +63,7 @@ module.exports = { options: { log: LOG_OPTION, format: FORMAT_OPTION - } + }, + + FORMATS: FORMATS }; |