test up in subscribe
mostly working
This commit is contained in:
parent
85126a4403
commit
10e0b23a51
4 changed files with 84 additions and 89 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue