Skip to content

Commit 57546dd

Browse files
committed
fix(zsh): Add missing stg email send --branch
1 parent 0333847 commit 57546dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

completion/stgit.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ _stg-email-send() {
540540
local -a subcmd_args
541541
__stg_add_args_help
542542
__stg_add_args_color
543+
__stg_add_args_branch
543544
subcmd_args+=(
544545
'*'{-G+,--git-opt=}'[extra option for git-send-email]:opt:__stg_git_send_email_opts'
545546
'--from=[specify sender]:email address:_email_addresses'

0 commit comments

Comments
 (0)