mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
add more options to psub
completion
This commit is contained in:
parent
9d1fc1045e
commit
b932522138
|
@ -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 New Issue
Block a user