cmd/accounts.go
changeset 265 05c40b36d3b2
parent 239 605a00e9d1ab
child 268 4dd196a4ee7c
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 // Copyright © 2017-2018 Mikael Berthe <mikael@lilotux.net>
     1 // Copyright © 2017-2023 Mikael Berthe <mikael@lilotux.net>
     2 //
     2 //
     3 // Licensed under the MIT license.
     3 // Licensed under the MIT license.
     4 // Please see the LICENSE file is this directory.
     4 // Please see the LICENSE file is this directory.
     5 
     5 
     6 package cmd
     6 package cmd
    12 
    12 
    13 	"github.com/pkg/errors"
    13 	"github.com/pkg/errors"
    14 	"github.com/spf13/cobra"
    14 	"github.com/spf13/cobra"
    15 	flag "github.com/spf13/pflag"
    15 	flag "github.com/spf13/pflag"
    16 
    16 
    17 	"github.com/McKael/madon/v2"
    17 	"github.com/McKael/madon/v3"
    18 )
    18 )
    19 
    19 
    20 var accountUpdateFlags, accountMuteFlags, accountFollowFlags *flag.FlagSet
    20 var accountUpdateFlags, accountMuteFlags, accountFollowFlags *flag.FlagSet
    21 
    21 
    22 var accountsOpts struct {
    22 var accountsOpts struct {