From 43d0fe5caec529baa348b44f6e1cba49e87754a7 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 7 Jan 2019 23:08:48 +0100 Subject: commands: show: change for a single valued --field flag --- misc/bash_completion/git-bug | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc/bash_completion') diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index c5e8ddf3..d6c28214 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -644,6 +644,9 @@ _git-bug_show() flags_with_completion=() flags_completion=() + flags+=("--field=") + two_word_flags+=("-f") + local_nonpersistent_flags+=("--field=") must_have_one_flag=() must_have_one_noun=() -- cgit