diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-11 00:05:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-11 00:05:16 +0200 |
| commit | 94f78c38bbadcb880b35652aa2bdb2ab7cc586f0 (patch) | |
| tree | fb18b6a8c7e5a2cc7698864a2403cbca1202d183 /internal/schedule/schedule.go | |
| parent | 73f70adef4f1b4248a5c5da44566f834764c3dea (diff) | |
add all time / lifetime stats
Diffstat (limited to 'internal/schedule/schedule.go')
| -rw-r--r-- | internal/schedule/schedule.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/schedule/schedule.go b/internal/schedule/schedule.go index 9b31f88..1872559 100644 --- a/internal/schedule/schedule.go +++ b/internal/schedule/schedule.go @@ -27,7 +27,7 @@ func Run(args config.Args, platform platforms.Platform) (entry.Entry, error) { if err != nil { return entry.Zero, err } - stats.Render(platform) + stats.RenderTable(platform) if stats.queued < args.MinQueued { _ = prompt.Acknowledge( |
