From e2445edcb99ed0aa7fcd40fe7484d71e73367334 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 10 Nov 2019 14:46:55 +0100 Subject: bridge: various improvement on the global token PR --- misc/bash_completion/git-bug | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'misc/bash_completion') diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index e6a19626..28924d1c 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -414,10 +414,6 @@ _git-bug_bridge_token_add() flags_with_completion=() flags_completion=() - flags+=("--value=") - two_word_flags+=("--value") - two_word_flags+=("-v") - local_nonpersistent_flags+=("--value=") flags+=("--target=") two_word_flags+=("--target") two_word_flags+=("-t") @@ -464,12 +460,6 @@ _git-bug_bridge_token() flags_with_completion=() flags_completion=() - flags+=("--local") - flags+=("-l") - local_nonpersistent_flags+=("--local") - flags+=("--global") - flags+=("-g") - local_nonpersistent_flags+=("--global") must_have_one_flag=() must_have_one_noun=() -- cgit