1GH-ISSUE-CLOSE(1) GitHub CLI manual GH-ISSUE-CLOSE(1)
23
4
NAME
6gh-issue-close - Close issue
78
9
SYNOPSIS
11gh issue close {<number> | <url>} [flags]
1213
14
OPTIONS
16-c, --comment <string>
17Leave a closing comment
1819
20
-r, --reason <string>
21Reason for closing: {completed|not planned}
2223
24
OPTIONS INHERITED FROM PARENT COMMANDS
26-R, --repo <[HOST/]OWNER/REPO>
27Select another repository using the [HOST/]OWNER/REPO format
2829
30
SEE ALSO
32gh-issue(1)
3334
35
36
Oct 2023 GH-ISSUE-CLOSE(1)