From a3ea698bf65f49f5b27c54ed58d4be2b4dd7edc6 Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Fri, 28 Aug 2020 01:04:22 +0100 Subject: [PATCH] Fix fish completions for info command --- completions/asdf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/asdf.fish b/completions/asdf.fish index 75f4b481..71a21c53 100644 --- a/completions/asdf.fish +++ b/completions/asdf.fish @@ -132,5 +132,5 @@ complete -f -c asdf -n '__fish_asdf_using_command shell; and test (count (comman # misc complete -f -c asdf -n '__fish_asdf_needs_command' -l "help" -d "Displays help" -complete -f -c asdf -m '__fish_asdf_needs_command' -l "info" -d "Print OS, Shell and ASDF debug information" +complete -f -c asdf -n '__fish_asdf_needs_command' -l "info" -d "Print OS, Shell and ASDF debug information" complete -f -c asdf -n '__fish_asdf_needs_command' -l "version" -d "Displays asdf version"