From afe69d0c93bf9a4aaa0b6b39e8fce48c2d4ec346 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 26 Nov 2019 19:46:50 +0100 Subject: github: tiny cleanups of the configurator --- misc/bash_completion/git-bug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/bash_completion') diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index 9dc3ac87..8b850201 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -408,6 +408,10 @@ _git-bug_bridge_configure() two_word_flags+=("--token") two_word_flags+=("-T") local_nonpersistent_flags+=("--token=") + flags+=("--token-id=") + two_word_flags+=("--token-id") + two_word_flags+=("-i") + local_nonpersistent_flags+=("--token-id=") flags+=("--token-stdin") local_nonpersistent_flags+=("--token-stdin") flags+=("--project=") -- cgit