aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zsh_completion
diff options
context:
space:
mode:
authorVincent Tiu <46623413+Invincibot@users.noreply.github.com>2020-06-18 20:37:00 +0800
committerGitHub <noreply@github.com>2020-06-18 20:37:00 +0800
commitf790083fb28ac0e68acddc9d5e7a709107a70bab (patch)
treee0069915ee37ef497c79699ddef4a58c38e7219b /misc/zsh_completion
parent7aed9870400ff7b14e044ad8b7847a411b990b1a (diff)
parent87eeba413d6b482988f4ec176326c443334217d0 (diff)
downloadgit-bug-f790083fb28ac0e68acddc9d5e7a709107a70bab.tar.gz
Merge pull request #403 from MichaelMure/ls-dump
[ls] add support for different output formats
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r--misc/zsh_completion/git-bug3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index 6ec6d0d0..18a49668 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -303,7 +303,8 @@ function _git-bug_ls {
'(*-t *--title)'{\*-t,\*--title}'[Filter by title]:' \
'(*-n *--no)'{\*-n,\*--no}'[Filter by absence of something. Valid values are [label]]:' \
'(-b --by)'{-b,--by}'[Sort the results by a characteristic. Valid values are [id,creation,edit]]:' \
- '(-d --direction)'{-d,--direction}'[Select the sorting direction. Valid values are [asc,desc]]:'
+ '(-d --direction)'{-d,--direction}'[Select the sorting direction. Valid values are [asc,desc]]:' \
+ '(-f --format)'{-f,--format}'[Select the output formatting style. Valid values are [default, plain(text), json]]:'
}
function _git-bug_ls-id {