diff options
| author | Jim Weller <31997291+jimweller@users.noreply.github.com> | 2024-03-26 01:48:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 09:48:14 +0100 |
| commit | 7647c79bae1542b5f4dddc85b16058df7f83fc6c (patch) | |
| tree | d0932446a87a7ced5cf7387c2b5e6835f7f23f7a /plugins/jira/_jira | |
| parent | 3e05befaeee60a0f8522f470292c75046b05ceb9 (diff) | |
| download | zsh-7647c79bae1542b5f4dddc85b16058df7f83fc6c.tar.gz zsh-7647c79bae1542b5f4dddc85b16058df7f83fc6c.tar.bz2 zsh-7647c79bae1542b5f4dddc85b16058df7f83fc6c.zip | |
feat(jira): add help/usage cmd (#12293)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to 'plugins/jira/_jira')
| -rw-r--r-- | plugins/jira/_jira | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/jira/_jira b/plugins/jira/_jira index 0e37b7e9d..5f7dcd09d 100644 --- a/plugins/jira/_jira +++ b/plugins/jira/_jira @@ -11,6 +11,7 @@ _1st_arguments=( 'assigned:search for issues assigned to a user' 'branch:open the issue named after the git branch of the current directory' 'dumpconfig:display effective jira configuration' + 'help:print usage help to stdout' ) _arguments -C \ |
