mirror of
https://github.com/iridakos/goto.git
synced 2025-05-16 07:20:17 -07:00
Add autocomplete options for version
This commit is contained in:
parent
36447d94c9
commit
860f81e432
@ -235,7 +235,7 @@ function _complete_goto_commands()
|
|||||||
local IFS=$' \t\n'
|
local IFS=$' \t\n'
|
||||||
|
|
||||||
# shellcheck disable=SC2207
|
# 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
|
# Completes the goto function with the available aliases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user