pub const ISSUE_WORKLOG: &str = "\
Record or remove time spent. Every verb here writes.
```
ytcli issue worklog add PROJ-1 1h30m -m \"pairing on the migration\"
ytcli issue worklog add PROJ-1 45m --start 2026-08-27T09:00:00+0300
ytcli issue worklog delete PROJ-1 12345
```
Durations are `1h30m`, `45m`, `2d`, `1w`, or ISO 8601 if you already have one.
`--start` defaults to now, which is what somebody logging time at the end of the
work means.
Reading the worklog is `ytcli issue worklogs`, deliberately a different word: a
host allowlists by command prefix, and a group holding both a read and a write
cannot be allowed without allowing the writes with it.
Tracker has no undelete. What `delete` removes is gone.";