nilsbu / lastfm

Last.FM tools in Go
1 stars 0 forks source link

Test table fade #9

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/nilsbu/lastfm/blob/e3293b698c21984b40d765bcd3fa9c84d2487b5b/pkg/command/table.go#L63


    return charts.Fade(c, cmd.hl)
}

// TODO Test table fade
func (cmd tableFade) Execute(
    session *unpack.SessionInfo, s store.Store, d display.Display) error {
    steps, err := cmd.getSteps()