pub const ISSUE_TIMERS: &str = "\
Show the timers running on this machine.
```
ytcli issue timers
```
A read that touches nothing: timers live in a file beside the config, because
Tracker has no notion of \"started working\" — only of \"worked this long\".
Oldest first, which is the one most likely to have been forgotten.";