mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
add more options to psub
completion
This commit is contained in:
parent
9d1fc1045e
commit
b932522138
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
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"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue