test up in subscribe

mostly working
This commit is contained in:
Karmanyaah Malhotra 2021-12-30 00:51:04 -06:00
parent 85126a4403
commit 10e0b23a51
4 changed files with 84 additions and 89 deletions

View file

@ -3,10 +3,11 @@ package cmd
import (
"fmt"
"os"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v2/altsrc"
"heckel.io/ntfy/util"
"os"
)
var (
@ -32,7 +33,6 @@ func New() *cli.App {
cmdServe,
cmdPublish,
cmdSubscribe,
cmdDistribute,
},
}
}