diff options
author | Michael Muré <batolettre@gmail.com> | 2021-03-07 21:44:48 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-03-07 21:44:48 +0100 |
commit | 3a819525d7811dcfb01d928af0e243de4388c456 (patch) | |
tree | e8706dfe1679dd2dcb4524ef0473a6d0fa4f4227 /misc/bash_completion | |
parent | 626ec9835b4450fb2994ec931357279700437b6b (diff) | |
download | git-bug-3a819525d7811dcfb01d928af0e243de4388c456.tar.gz |
commands: minor fixes for the webui open with query
- go fmt
- add a shorthand
- fix displayed webUI URL in the terminal
Diffstat (limited to 'misc/bash_completion')
-rw-r--r-- | misc/bash_completion/git-bug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index 7c7cd975..0bf62d9a 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -1349,8 +1349,10 @@ _git-bug_webui() local_nonpersistent_flags+=("--read-only") flags+=("--query=") two_word_flags+=("--query") + two_word_flags+=("-q") local_nonpersistent_flags+=("--query") local_nonpersistent_flags+=("--query=") + local_nonpersistent_flags+=("-q") must_have_one_flag=() must_have_one_noun=() |