fish-shell/share/completions/command.fish

4 lines
158 B
Fish
Raw Normal View History

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