From 761e29c5fc91bda6776bac9e196da695d9038629 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 8 Aug 2023 20:20:31 +0200 Subject: code-review.bash-completion: Add `gh-start` to subcommands Realistically I should match based on the executable files available that start with "code-review-", but this is how it works currently, so it's less effort to add to what's already here. --- code-review.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-review.bash-completion b/code-review.bash-completion index 89bc0ab..658d251 100644 --- a/code-review.bash-completion +++ b/code-review.bash-completion @@ -17,7 +17,7 @@ function _code_review () { local cur - local subcommands="changed-files commits diff difftool log start stat" + local subcommands="changed-files commits diff difftool gh-start log start stat" COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} -- cgit v1.2.3