From cece4d81c11d4b4eb8bf265424fbeca88f277b29 Mon Sep 17 00:00:00 2001 From: Artur Juraszek Date: Wed, 10 Apr 2019 11:27:23 +0200 Subject: [PATCH] completions/pinky: Prompt with users list --- share/completions/pinky.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/pinky.fish b/share/completions/pinky.fish index f043e4304..7f2078e5f 100644 --- a/share/completions/pinky.fish +++ b/share/completions/pinky.fish @@ -1,3 +1,4 @@ +complete -c pinky -a "(__fish_complete_users)" -f complete -c pinky -s l -d "produce long format output for the specified USERs" complete -c pinky -s b -d "omit the user's home directory and shell in long format" complete -c pinky -s h -d "omit the user's project file in long format" @@ -9,4 +10,3 @@ complete -c pinky -s i -d "omit the user's full name and remote hos complete -c pinky -s q -d "omit the user's full name, remote host and idle time in short format" complete -c pinky -l help -d "display this help and exit" complete -c pinky -l version -d "output version information and exit" -