Fixed passing args to msgbus sub commands

Этот коммит содержится в:
James Mills 2018-06-09 23:02:13 -07:00
родитель c73d0de41f
Коммит 61f88aff44
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: AC4C014F1440EBD6

Просмотреть файл

@ -37,7 +37,7 @@ supplied command is executed with the contents of the message as stdin.`,
if len(args) > 1 {
command = args[1]
args = args[1:]
args = args[2:]
}
subscribe(client, topic, command, args)