forked from APACGAMONDE/Gift-Card-Trade-in
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgh-issue-edit.1
90 lines (64 loc) · 1.59 KB
/
gh-issue-edit.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
.nh
.TH "gh" "1" "Jun 2021" "" ""
.SH NAME
.PP
gh\-issue\-edit \- Edit an issue
.SH SYNOPSIS
.PP
\fBgh issue edit { | } [flags]\fP
.SH DESCRIPTION
.PP
Edit an issue
.SH OPTIONS
.PP
\fB\-\-add\-assignee\fP=[]
Add assigned users by their \fB\fClogin\fR\&. Use "@me" to assign yourself.
.PP
\fB\-\-add\-label\fP=[]
Add labels by \fB\fCname\fR
.PP
\fB\-\-add\-project\fP=[]
Add the issue to projects by \fB\fCname\fR
.PP
\fB\-b\fP, \fB\-\-body\fP=""
Set the new body.
.PP
\fB\-F\fP, \fB\-\-body\-file\fP=""
Read body text from \fB\fCfile\fR
.PP
\fB\-m\fP, \fB\-\-milestone\fP=""
Edit the milestone the issue belongs to by \fB\fCname\fR
.PP
\fB\-\-remove\-assignee\fP=[]
Remove assigned users by their \fB\fClogin\fR\&. Use "@me" to unassign yourself.
.PP
\fB\-\-remove\-label\fP=[]
Remove labels by \fB\fCname\fR
.PP
\fB\-\-remove\-project\fP=[]
Remove the issue from projects by \fB\fCname\fR
.PP
\fB\-t\fP, \fB\-\-title\fP=""
Set the new title.
.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 edit 23 \-\-title "I found a bug" \-\-body "Nothing works"
$ gh issue edit 23 \-\-add\-label "bug,help wanted" \-\-remove\-label "core"
$ gh issue edit 23 \-\-add\-assignee @me \-\-remove\-assignee monalisa,hubot
$ gh issue edit 23 \-\-add\-project "Roadmap" \-\-remove\-project v1,v2
$ gh issue edit 23 \-\-milestone "Version 1"
$ gh issue edit 23 \-\-body\-file body.txt
.fi
.RE
.SH SEE ALSO
.PP
\fBgh\-issue(1)\fP