aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/bash_completion/git-bug12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug
index 69f73d2c..c5e8ddf3 100644
--- a/misc/bash_completion/git-bug
+++ b/misc/bash_completion/git-bug
@@ -397,6 +397,12 @@ _git-bug_comment_add()
flags_with_completion=()
flags_completion=()
+ flags+=("--file=")
+ two_word_flags+=("-F")
+ local_nonpersistent_flags+=("--file=")
+ flags+=("--message=")
+ two_word_flags+=("-m")
+ local_nonpersistent_flags+=("--message=")
must_have_one_flag=()
must_have_one_noun=()
@@ -418,12 +424,6 @@ _git-bug_comment()
flags_with_completion=()
flags_completion=()
- flags+=("--file=")
- two_word_flags+=("-F")
- local_nonpersistent_flags+=("--file=")
- flags+=("--message=")
- two_word_flags+=("-m")
- local_nonpersistent_flags+=("--message=")
must_have_one_flag=()
must_have_one_noun=()