author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 27 Feb 2023 01:12:44 +0200 | |
changeset 1017 | 0d77f5f13675 |
parent 1016 | 8ba787ff5ab8 |
child 1018 | 831e2c1bf980 |
.bash_completion | file | annotate | diff | comparison | revisions |
--- a/.bash_completion Thu Feb 23 00:59:27 2023 +0200 +++ b/.bash_completion Mon Feb 27 01:12:44 2023 +0200 @@ -39,7 +39,7 @@ local cur=${COMP_WORDS[COMP_CWORD]} case $COMP_CWORD in 0|1) - COMPREPLY=( $(compgen -W "local remote pull push info --help" -- $cur) ) + COMPREPLY=( $(compgen -W "local remote pull push info status help --help" -- $cur) ) compopt +o nospace return ;; 2)