We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d482d commit a245168Copy full SHA for a245168
1 file changed
Readme.adoc
@@ -139,3 +139,13 @@ $ lc issue update --comment "Here is a comment" CRY-1234
139
$ lc i u --close --reason "These were closable" CRY-1234 CRY-2
140
----
141
142
+=== Aliases
143
+
144
+Some command aliases are available to make things easier to type.
145
146
+[source,sh]
147
+----
148
+$ lcls
149
+$ lcreate --description "This is a new issue" --labels Bug,Feature --team CRY
150
+$ lclose --reason "This issues suck" CRY-1234 CRY-456
151
0 commit comments