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.";