diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-31 15:18:09 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-31 16:44:23 +0200 |
commit | eb39c5c29bc0e9b5e15a940a1b71bdac688b6535 (patch) | |
tree | 5ef9b827f4a3097e4eb1367097d0059f895befbe /doc/bash_completion | |
parent | 8a4e373e7b1c093abeb967d9a6a43c5ed533edb8 (diff) | |
download | git-bug-eb39c5c29bc0e9b5e15a940a1b71bdac688b6535.tar.gz |
cli: rework new and comment command to better use the editor
a nice templace is now provided with explanations
new: title and message can now be provided from the editor. Title will
be the first non-empty line
Diffstat (limited to 'doc/bash_completion')
-rw-r--r-- | doc/bash_completion/git-bug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bash_completion/git-bug b/doc/bash_completion/git-bug index 0be168de..d8505868 100644 --- a/doc/bash_completion/git-bug +++ b/doc/bash_completion/git-bug @@ -375,6 +375,9 @@ _git-bug_new() flags+=("--message=") two_word_flags+=("-m") local_nonpersistent_flags+=("--message=") + flags+=("--title=") + two_word_flags+=("-t") + local_nonpersistent_flags+=("--title=") must_have_one_flag=() must_have_one_noun=() |