We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e30218 commit 396e804Copy full SHA for 396e804
completions/asdf.fish
@@ -42,6 +42,10 @@ function __fish_asdf_plugin_list_all
42
asdf plugin-list-all 2> /dev/null
43
end
44
45
+# update
46
+complete -f -c asdf -n '__fish_asdf_needs_command' -a update -d "Update asdf"
47
+complete -f -c asdf -n '__fish_asdf_using_command update; and __fish_asdf_arg_number 2' -l "head" -d "Updates to master HEAD"
48
+
49
# plugin-add completion
50
complete -f -c asdf -n '__fish_asdf_needs_command' -a plugin-add -d "Add git repo as plugin"
51
complete -f -c asdf -n '__fish_asdf_using_command plugin-add; and __fish_asdf_arg_number 2' -a '(__fish_asdf_plugin_list_all | grep -v \'*\' | awk \'{ print $1 }\')'
0 commit comments