Skip to content

Commit e86eea1

Browse files
committed
Add update command to the completion list.
1 parent 7e83598 commit e86eea1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: etc/gh.bash_completion.sh

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ compare
1919
ci-status
2020
release
2121
issue
22+
update
2223
EOF
2324
__git_list_all_commands_without_hub
2425
}

Diff for: etc/gh.zsh_completion

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ compare
114114
ci-status
115115
release
116116
issue
117+
update
117118
EOF
118119
__git_list_all_commands_without_hub
119120
}

0 commit comments

Comments
 (0)