Add empty description to glob command

This commit is contained in:
Juan Cruz Viotti 2014-12-10 14:34:22 -04:00
parent 3717831c38
commit b9085c595d

View File

@ -90,6 +90,7 @@ exports.parse = (argv) ->
# Matches unknown commands
exports.addCommand
command: '*'
description: ''
action: ->
program.outputHelp()