Expand description
runtime issue — list / view / create / comment / close / reopen.
All commands take a owner/name slug. The CLI resolves it to a
repository id via repositories { ownerSlug name id } (one
round-trip), then issues the mutation/query with that id.
create opens $EDITOR for the body when --body is not given.
Labels / milestones / assignees are applied as separate calls
after the issue exists (the API has no “create with labels”
convenience input).