Skip to content

Commit

Permalink
Updates readme about lcomment
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 6, 2024
1 parent 13fd073 commit eb117ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ $ lc issue update --comment - CRY-14 CRY-15 <2>
$ lcomment CRY-1234 CRY-3 <3>
----
<1> This will use the provided comment
<2> This will use the provided comment
<3> This will prompt you for a comment
<2> This will prompt for a comment (use '-' to prompt)
<3> This will always prompt you for a comment ('lcomment' is an alias for 'lc issue update --comment -')

===== Close one or many issues

Expand All @@ -157,4 +157,5 @@ Some command aliases are available to make things easier to type.
$ lcls
$ lcreate --description "This is a new issue" --labels Bug,Feature --team CRY
$ lclose --reason "This issue sucks" CRY-1234 CRY-456
$ lcancel --reason "These should never have been here" --trash CRY-1234 CRY-456
----

0 comments on commit eb117ea

Please sign in to comment.