Working Windows build

This commit is contained in:
Philipp Heckel 2022-05-09 11:03:40 -04:00
parent 6e4b31b4e9
commit 7d473488de
10 changed files with 37 additions and 10 deletions

View file

@ -12,6 +12,10 @@ import (
"strings"
)
func init() {
commands = append(commands, cmdPublish)
}
var cmdPublish = &cli.Command{
Name: "publish",
Aliases: []string{"pub", "send", "trigger"},