From 036ebb4bf7dcc0e0c0dc8434c8c2902a66527048 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Thu, 7 Sep 2017 08:39:37 -0700 Subject: [PATCH] make custom-commands example copy/pasteable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30c0593..f41296f 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ custom-commands: * `jira mine` for listing issues assigned to you ``` +custom-commands: - name: mine help: display issues assigned to me script: |- @@ -280,6 +281,7 @@ custom-commands: ``` * `jira sprint` for listing issues in your current sprint ``` +custom-commands: - name: sprint help: display issues for active sprint script: |-