cmd/stream.go
changeset 239 605a00e9d1ab
parent 236 55accc8c0fe1
child 265 05c40b36d3b2
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
    11 	"strings"
    11 	"strings"
    12 
    12 
    13 	"github.com/pkg/errors"
    13 	"github.com/pkg/errors"
    14 	"github.com/spf13/cobra"
    14 	"github.com/spf13/cobra"
    15 
    15 
    16 	"github.com/McKael/madon"
    16 	"github.com/McKael/madon/v2"
    17 )
    17 )
    18 
    18 
    19 var streamOpts struct {
    19 var streamOpts struct {
    20 	command           string
    20 	command           string
    21 	notificationsOnly bool
    21 	notificationsOnly bool