We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2927e commit eb54adeCopy full SHA for eb54ade
anilist_app.go
@@ -634,7 +634,7 @@ func alStats(ctx *cli.Context) error {
634
fmt.Fprintln(color.Output, "Total episodes watched:", red(totalEpisodesWatched))
635
fmt.Fprintln(color.Output, "Total shows:", red(totalShows))
636
fmt.Fprintf(color.Output,
637
- "Total time spent watching: %s (%s days)",
+ "Total time spent watching: %s (%s days)\n",
638
yellow(durafmt.Parse(totalTimeSpentWatchingDuration).String()),
639
cyan(int(totalTimeSpentWatchingDuration.Hours()/24+0.5)))
640
0 commit comments