cmd/toot.go
changeset 239 605a00e9d1ab
parent 221 970c319e1f7c
child 265 05c40b36d3b2
child 267 5b91a65ba95a
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
    11 	"github.com/pkg/errors"
    11 	"github.com/pkg/errors"
    12 	"github.com/spf13/cobra"
    12 	"github.com/spf13/cobra"
    13 	flag "github.com/spf13/pflag"
    13 	flag "github.com/spf13/pflag"
    14 	"github.com/spf13/viper"
    14 	"github.com/spf13/viper"
    15 
    15 
    16 	"github.com/McKael/madon"
    16 	"github.com/McKael/madon/v2"
    17 )
    17 )
    18 
    18 
    19 // toot is a kind of alias for status post
    19 // toot is a kind of alias for status post
    20 
    20 
    21 var tootAliasFlags *flag.FlagSet
    21 var tootAliasFlags *flag.FlagSet