From cc086ebae99dfeb936d9397f4e3eedf5d37a97b1 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 17 Sep 2018 14:32:33 +0200 Subject: commands: make "label" display the current labels --- misc/bash_completion/git-bug | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc') 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=() -- cgit