Fix fish completions for info command

This commit is contained in:
Daniel Perez 2020-08-28 01:04:22 +01:00
parent 8ca2af3316
commit a3ea698bf6
No known key found for this signature in database
GPG Key ID: A0B4CCFEBD33E18A

View File

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