diff --git a/goto.bash b/goto.bash index c9aeadf..2a5c4ba 100644 --- a/goto.bash +++ b/goto.bash @@ -235,7 +235,7 @@ function _complete_goto_commands() local IFS=$' \t\n' # shellcheck disable=SC2207 - COMPREPLY=($(compgen -W "-r --register -u --unregister -l --list -c --cleanup" -- "$1")) + COMPREPLY=($(compgen -W "-r --register -u --unregister -l --list -c --cleanup -v --version" -- "$1")) } # Completes the goto function with the available aliases