summaryrefslogtreecommitdiffstats
path: root/lib/cli/helper.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-18 15:08:34 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-18 15:08:34 +0100
commitb99c499d2ea67268760a7c8265a0669b016a56f1 (patch)
treef7e95ab1096abaf9579bf670205b1fb5b8b848b8 /lib/cli/helper.js
parent709b388dfcc641fab25d297618b6ffe49f5cd677 (diff)
downloadgitbook-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.js4
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
};