pub const ENTITY_DELETE: &str = "\
Delete a project, portfolio or goal.
```
ytcli project delete 655… --yes
```
`--yes` is required for a single entity, because this is irreversible in kind
rather than at scale: the grouping does not come back. What it grouped survives
— a project holds no issues of its own, and deleting one leaves every issue
where it was.
The confirmation names what is about to go, not just its id, which is why this
reads the entity before the gate.";