Skip to main content

ISSUE_CHECKLIST

Constant ISSUE_CHECKLIST 

Source
pub const ISSUE_CHECKLIST: &str = "\
Show an issue's checklist.

```
ytcli issue checklist PROJ-1
```

Each line with its id, its box, and any assignee or deadline of its own. The
ids are what `ytcli issue check tick` and `delete` take.

Writing is `ytcli issue check`, a different command on purpose.";