diff options
author | Michael Muré <batolettre@gmail.com> | 2020-06-24 14:52:48 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-06-24 15:10:57 +0200 |
commit | 1d06244c82b18959878cf199cd8dd500bbc46aa7 (patch) | |
tree | 0e4bf047c80545773d3a4967ba53531885411242 /misc/bash_completion | |
parent | ebd1030cdefb0fb1b65af4e856a9e62cba713ed6 (diff) | |
download | git-bug-1d06244c82b18959878cf199cd8dd500bbc46aa7.tar.gz |
cmds: cleanup and re-generate files
Diffstat (limited to 'misc/bash_completion')
-rw-r--r-- | misc/bash_completion/git-bug | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index 93c75b8e..c3e62849 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -933,8 +933,11 @@ _git-bug_show() flags+=("--field=") two_word_flags+=("--field") - two_word_flags+=("-f") local_nonpersistent_flags+=("--field=") + flags+=("--format=") + two_word_flags+=("--format") + two_word_flags+=("-f") + local_nonpersistent_flags+=("--format=") must_have_one_flag=() must_have_one_noun=() @@ -1122,6 +1125,10 @@ _git-bug_user_ls() flags_with_completion=() flags_completion=() + flags+=("--format=") + two_word_flags+=("--format") + two_word_flags+=("-f") + local_nonpersistent_flags+=("--format=") must_have_one_flag=() must_have_one_noun=() |