diff --git a/lib/help.js b/lib/help.js index 090da1a38..8a3c4f65b 100644 --- a/lib/help.js +++ b/lib/help.js @@ -1,5 +1,6 @@ const path = require('path'); const fs = require('fs'); +const config = require('config'); exports.category = 'basic'; exports.desc = 'Learn what you can do with this tool'; @@ -9,7 +10,7 @@ function pad(text) { return text.padEnd(15); } -exports.run = function(config) { +exports.run = function() { console.log(''); console.log(`Usage: ${config.cli} [arguments]`); const files = fs