mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Fix fish completions for info command
This commit is contained in:
parent
8ca2af3316
commit
a3ea698bf6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user