mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Fix fish completion to say latest returns a stable version
This commit is contained in:
parent
48c53f24bd
commit
62ef77670d
@ -99,7 +99,7 @@ complete -f -c asdf -n '__fish_asdf_needs_command' -a which -d "Display executab
|
||||
complete -f -c asdf -n '__fish_asdf_using_command which; and __fish_asdf_arg_number 2' -a '(__fish_asdf_list_shims)'
|
||||
|
||||
# latest completion
|
||||
complete -f -c asdf -n '__fish_asdf_needs_command' -a latest -d "Show latest available version of a package"
|
||||
complete -f -c asdf -n '__fish_asdf_needs_command' -a latest -d "Show latest stable version of a package"
|
||||
complete -f -c asdf -n '__fish_asdf_using_command latest; and __fish_asdf_arg_number 2' -a '(__fish_asdf_plugin_list)'
|
||||
|
||||
# list completion
|
||||
|
Loading…
Reference in New Issue
Block a user