mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-18 16:40:56 +00:00
Add empty description to glob command
This commit is contained in:
parent
3717831c38
commit
b9085c595d
@ -90,6 +90,7 @@ exports.parse = (argv) ->
|
||||
# Matches unknown commands
|
||||
exports.addCommand
|
||||
command: '*'
|
||||
description: ''
|
||||
action: ->
|
||||
program.outputHelp()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user