Skip to content

Commit

Permalink
Adds section about aliases to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 5, 2024
1 parent 09d482d commit a245168
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,13 @@ $ lc issue update --comment "Here is a comment" CRY-1234
$ lc i u --close --reason "These were closable" CRY-1234 CRY-2
----

=== Aliases

Some command aliases are available to make things easier to type.

[source,sh]
----
$ lcls
$ lcreate --description "This is a new issue" --labels Bug,Feature --team CRY
$ lclose --reason "This issues suck" CRY-1234 CRY-456
----

0 comments on commit a245168

Please sign in to comment.