cmd/emojis.go
changeset 239 605a00e9d1ab
parent 191 ae9b3c28fab3
child 265 05c40b36d3b2
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
     8 import (
     8 import (
     9 	"os"
     9 	"os"
    10 
    10 
    11 	"github.com/spf13/cobra"
    11 	"github.com/spf13/cobra"
    12 
    12 
    13 	"github.com/McKael/madon"
    13 	"github.com/McKael/madon/v2"
    14 )
    14 )
    15 
    15 
    16 var emojiOpts struct {
    16 var emojiOpts struct {
    17 	// Used for several subcommands to limit the number of results
    17 	// Used for several subcommands to limit the number of results
    18 	limit, keep uint
    18 	limit, keep uint