diff options
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 }; |