2006-11-20 23:25:18 +08:00
|
|
|
|
2017-10-12 01:17:35 +08:00
|
|
|
complete -c command -s h -l help -d 'Display help and exit'
|
|
|
|
complete -c command -s s -l search -d 'Print the file that would be executed'
|
|
|
|
complete -c command -d "Command to run" -xa "(__fish_complete_subcommand)"
|