forked from APACGAMONDE/Gift-Card-Trade-in
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgh-issue-list.1
98 lines (70 loc) · 1.53 KB
/
gh-issue-list.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.nh
.TH "gh" "1" "Jun 2021" "" ""
.SH NAME
.PP
gh\-issue\-list \- List and filter issues in this repository
.SH SYNOPSIS
.PP
\fBgh issue list [flags]\fP
.SH DESCRIPTION
.PP
List and filter issues in this repository
.SH OPTIONS
.PP
\fB\-a\fP, \fB\-\-assignee\fP=""
Filter by assignee
.PP
\fB\-A\fP, \fB\-\-author\fP=""
Filter by author
.PP
\fB\-q\fP, \fB\-\-jq\fP=""
Filter JSON output using a jq \fB\fCexpression\fR
.PP
\fB\-\-json\fP=[]
Output JSON with the specified \fB\fCfields\fR
.PP
\fB\-l\fP, \fB\-\-label\fP=[]
Filter by labels
.PP
\fB\-L\fP, \fB\-\-limit\fP=30
Maximum number of issues to fetch
.PP
\fB\-\-mention\fP=""
Filter by mention
.PP
\fB\-m\fP, \fB\-\-milestone\fP=""
Filter by milestone \fB\fCnumber\fR or \fB\fCtitle\fR
.PP
\fB\-S\fP, \fB\-\-search\fP=""
Search issues with \fB\fCquery\fR
.PP
\fB\-s\fP, \fB\-\-state\fP="open"
Filter by state: {open|closed|all}
.PP
\fB\-t\fP, \fB\-\-template\fP=""
Format JSON output using a Go template
.PP
\fB\-w\fP, \fB\-\-web\fP[=false]
Open the browser to list the issue(s)
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-help\fP[=false]
Show help for command
.PP
\fB\-R\fP, \fB\-\-repo\fP=""
Select another repository using the \fB\fC[HOST/]OWNER/REPO\fR format
.SH EXAMPLE
.PP
.RS
.nf
$ gh issue list \-l "bug" \-l "help wanted"
$ gh issue list \-A monalisa
$ gh issue list \-a @me
$ gh issue list \-\-web
$ gh issue list \-\-milestone "The big 1.0"
$ gh issue list \-\-search "error no:assignee sort:created\-asc"
.fi
.RE
.SH SEE ALSO
.PP
\fBgh\-issue(1)\fP