Skip to content

Commit 28c1f0b

Browse files
committed
Adds update documentation to Readme
1 parent f5bd116 commit 28c1f0b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Readme.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,23 @@ $ lc i dev CRY-1234
119119
----
120120

121121
TIP: You may pass the --dev option to the create subcommand to immediately develop the creted issue.
122+
123+
==== Update an issue
124+
125+
All of the update options can work on multiple issues, so long as it's not more than 50
126+
at a time. You can also use the 'u' alias for 'update', and as always, the 'i' alias for 'issue'.
127+
128+
===== Add a comment to one or more issues
129+
130+
[source,sh]
131+
----
132+
$ lc issue update --comment "Here is a comment" CRY-1234
133+
----
134+
135+
===== Close one or many issues
136+
137+
[source,sh]
138+
----
139+
$ lc i u --close --reason "These were closable" CRY-1234 CRY-2
140+
----
141+

0 commit comments

Comments
 (0)