mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
4 lines
227 B
Fish
4 lines
227 B
Fish
|
complete -c for -n 'test (count (commandline -opc)) -eq 1' -s h -l help -d 'Display help and exit'
|
||
|
complete -c for -n 'test (count (commandline -opc)) -eq 1' -f
|
||
|
complete -c for -n 'test (count (commandline -opc)) -eq 2' -xa in
|