mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: bash completion for latest command (#1472)
Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
parent
03b9479558
commit
2606a875eb
@ -77,7 +77,7 @@ _asdf() {
|
|||||||
;;
|
;;
|
||||||
plugin-list | plugin-list-all | info) ;;
|
plugin-list | plugin-list-all | info) ;;
|
||||||
*)
|
*)
|
||||||
local cmds='current global help install list list-all local plugin-add plugin-list plugin-list-all plugin-remove plugin-update reshim shell uninstall update where which info'
|
local cmds='current global help install latest list list-all local plugin-add plugin-list plugin-list-all plugin-remove plugin-update reshim shell uninstall update where which info'
|
||||||
# shellcheck disable=SC2207
|
# shellcheck disable=SC2207
|
||||||
COMPREPLY=($(compgen -W "$cmds" -- "$cur"))
|
COMPREPLY=($(compgen -W "$cmds" -- "$cur"))
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user