Open github-actions[bot] opened 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()
https://github.com/nilsbu/lastfm/blob/e3293b698c21984b40d765bcd3fa9c84d2487b5b/pkg/command/table.go#L63