cmd/timelines.go
changeset 239 605a00e9d1ab
parent 235 747f108d5821
child 265 05c40b36d3b2
child 267 5b91a65ba95a
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
     9 	"os"
     9 	"os"
    10 	"strings"
    10 	"strings"
    11 
    11 
    12 	"github.com/spf13/cobra"
    12 	"github.com/spf13/cobra"
    13 
    13 
    14 	"github.com/McKael/madon"
    14 	"github.com/McKael/madon/v2"
    15 )
    15 )
    16 
    16 
    17 var timelineOpts struct {
    17 var timelineOpts struct {
    18 	local, onlyMedia bool
    18 	local, onlyMedia bool
    19 	limit, keep      uint
    19 	limit, keep      uint