diff --git a/source/bin.js b/source/bin.js index 37f74e6d..857f82fa 100644 --- a/source/bin.js +++ b/source/bin.js @@ -82,7 +82,8 @@ cli cli .on('command:*', function(cmd) { - logger.log('info', `Unknown command ${cmd}`) + cli.outputHelp() + logger.log('info', ` Unknown command ${cmd}`) }) // Start the commands