diff options
author | Michael Muré <batolettre@gmail.com> | 2019-11-10 14:46:55 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-11-10 14:53:40 +0100 |
commit | e2445edcb99ed0aa7fcd40fe7484d71e73367334 (patch) | |
tree | f5f38c8d6d6f426631fda7feaddef34332b6040c /misc/bash_completion | |
parent | 45653bd31d9ec91123ee42803cd5c46b43d18528 (diff) | |
download | git-bug-e2445edcb99ed0aa7fcd40fe7484d71e73367334.tar.gz |
bridge: various improvement on the global token PR
Diffstat (limited to 'misc/bash_completion')
-rw-r--r-- | misc/bash_completion/git-bug | 10 |
1 files changed, 0 insertions, 10 deletions
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=() |