Fix fish completion to say latest returns a stable version

This commit is contained in:
Kevin Lane 2019-11-22 10:37:53 -08:00
parent 48c53f24bd
commit 62ef77670d
No known key found for this signature in database
GPG Key ID: 1C86152D9F2E3D7F

View File

@ -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