diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-17 14:32:33 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-17 14:32:33 +0200 |
commit | cc086ebae99dfeb936d9397f4e3eedf5d37a97b1 (patch) | |
tree | 55978ec18816cd2a0c9cf20242688a880feba2f8 /misc/bash_completion | |
parent | dad61892cea320cd28c23c73fdf65a90404c6099 (diff) | |
download | git-bug-cc086ebae99dfeb936d9397f4e3eedf5d37a97b1.tar.gz |
commands: make "label" display the current labels
Diffstat (limited to 'misc/bash_completion')
-rw-r--r-- | misc/bash_completion/git-bug | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index 77e2d350..3e1ba26f 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -361,9 +361,6 @@ _git-bug_label() flags_with_completion=() flags_completion=() - flags+=("--remove") - flags+=("-r") - local_nonpersistent_flags+=("--remove") must_have_one_flag=() must_have_one_noun=() |