From 5eeeae7cdf24083277076041c4e8cdc6b4737fda Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 11 Apr 2019 20:04:44 +0200 Subject: commands: fix ls not displaying the new Identities properly --- misc/bash_completion/git-bug | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'misc/bash_completion') diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index 543136b5..682df96d 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -532,6 +532,12 @@ _git-bug_ls() flags+=("--author=") two_word_flags+=("-a") local_nonpersistent_flags+=("--author=") + flags+=("--participant=") + two_word_flags+=("-p") + local_nonpersistent_flags+=("--participant=") + flags+=("--actor=") + two_word_flags+=("-A") + local_nonpersistent_flags+=("--actor=") flags+=("--label=") two_word_flags+=("-l") local_nonpersistent_flags+=("--label=") -- cgit