Skip to main content

TIMER_START

Constant TIMER_START 

Source
pub const TIMER_START: &str = "\
Start timing an issue.

```
ytcli issue timer start PROJ-1
```

Nothing is sent: the start is written to a file beside the config, because
Tracker has no notion of \"started working\". Starting over a timer that is
already running is refused rather than silently restarted — that would throw
away exactly the time this is keeping.";