From 62ef77670dc8b6337484abb2430a0b4440c99dc8 Mon Sep 17 00:00:00 2001 From: Kevin Lane Date: Fri, 22 Nov 2019 10:37:53 -0800 Subject: [PATCH] Fix fish completion to say latest returns a stable version --- completions/asdf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/asdf.fish b/completions/asdf.fish index 3bd2d21f..4626094c 100644 --- a/completions/asdf.fish +++ b/completions/asdf.fish @@ -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