From 45653bd31d9ec91123ee42803cd5c46b43d18528 Mon Sep 17 00:00:00 2001 From: amine Date: Fri, 8 Nov 2019 14:55:27 +0100 Subject: token: regenerate documentation and fix imports --- misc/bash_completion/git-bug | 7 ------- 1 file changed, 7 deletions(-) (limited to 'misc/bash_completion') diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index 9c719949..e6a19626 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -414,9 +414,6 @@ _git-bug_bridge_token_add() flags_with_completion=() flags_completion=() - flags+=("--global") - flags+=("-g") - local_nonpersistent_flags+=("--global") flags+=("--value=") two_word_flags+=("--value") two_word_flags+=("-v") @@ -425,10 +422,6 @@ _git-bug_bridge_token_add() two_word_flags+=("--target") two_word_flags+=("-t") local_nonpersistent_flags+=("--target=") - flags+=("--scopes=") - two_word_flags+=("--scopes") - two_word_flags+=("-s") - local_nonpersistent_flags+=("--scopes=") must_have_one_flag=() must_have_one_noun=() -- cgit