Skip to main content

WORKLOG_EDIT

Constant WORKLOG_EDIT 

Source
pub const WORKLOG_EDIT: &str = "\
Correct a worklog entry that is already recorded.

```
ytcli issue worklog edit PROJ-1 12345 -d 2h
ytcli issue worklog edit PROJ-1 12345 -m \"pairing, not review\"
```

The id comes from `ytcli issue worklogs`. Pass whichever of the two is wrong;
passing neither is refused before anything is sent, like an update that sets no
field.";