From b932522138f379d0358409733ffa1e62e00fc41b Mon Sep 17 00:00:00 2001 From: raichoo Date: Sun, 22 Jul 2018 21:26:11 +0200 Subject: [PATCH] add more options to `psub` completion --- share/completions/psub.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/completions/psub.fish b/share/completions/psub.fish index 612d8574f..e6c083ecc 100644 --- a/share/completions/psub.fish +++ b/share/completions/psub.fish @@ -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"