fish-shell/share/completions/psub.fish

5 lines
276 B
Fish
Raw Normal View History

complete -c psub -s h -l help -d "Display help and exit"
complete -c psub -s f -l file -d "Communicate using a regular file, not a named pipe"
2018-07-22 19:26:11 +00:00
complete -c psub -s F -l fifo -d "Communicate using a named pipe"
complete -c psub -s s -l suffix -d "Append suffix to the filename"