Skip to content

Commit a245168

Browse files
committed
Adds section about aliases to the readme
1 parent 09d482d commit a245168

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Readme.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,13 @@ $ lc issue update --comment "Here is a comment" CRY-1234
139139
$ lc i u --close --reason "These were closable" CRY-1234 CRY-2
140140
----
141141

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

Comments
 (0)