Skip to main content

LINK_DELETE

Constant LINK_DELETE 

Source
pub const LINK_DELETE: &str = "\
Remove a link between two issues.

```
ytcli issue link delete PROJ-1 987654
```

The id is the link's own, printed by `ytcli issue links` — not the key of the
issue at the other end.";