fish-shell/share/completions/command.fish
Maxim Gonchar 8224d9f984 A lot of new completions.
Some small updates and fixes of old functions and completions.
2012-06-12 20:19:31 +04:00

3 lines
158 B
Fish

complete -c command -s h -l help --description 'Display help and exit'
complete -c command --description "Command to run" -xa "(__fish_complete_subcommand)"