aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zsh_completion
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-11-26 19:46:50 +0100
committerMichael Muré <batolettre@gmail.com>2019-11-26 19:46:50 +0100
commitafe69d0c93bf9a4aaa0b6b39e8fce48c2d4ec346 (patch)
treecaeacc43a4650e31b7a99811f1990bcd0f7ece45 /misc/zsh_completion
parent26a62692415868dab906bc702504e83532cb09b9 (diff)
downloadgit-bug-afe69d0c93bf9a4aaa0b6b39e8fce48c2d4ec346.tar.gz
github: tiny cleanups of the configurator
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r--misc/zsh_completion/git-bug1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index 230061dd..7a4580c0 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -195,6 +195,7 @@ function _git-bug_bridge_configure {
'(-u --url)'{-u,--url}'[The URL of the target repository]:' \
'(-o --owner)'{-o,--owner}'[The owner of the target repository]:' \
'(-T --token)'{-T,--token}'[The authentication token for the API]:' \
+ '(-i --token-id)'{-i,--token-id}'[The authentication token identifier for the API]:' \
'--token-stdin[Will read the token from stdin and ignore --token]' \
'(-p --project)'{-p,--project}'[The name of the target repository]:'
}