aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/command.fish
blob: 53d27f7f2925fb17d2d25bf755b39c80922045c7 (plain)
1
2
3

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