fish-shell/share/functions/__fish_complete_command.fish

5 lines
156 B
Fish
Raw Normal View History

function __fish_complete_command --description "Complete using all available commands"
printf "%s\n" (commandline -ct)(complete -C (commandline -ct))
end