completions/pinky: Prompt with users list

This commit is contained in:
Artur Juraszek 2019-04-10 11:27:23 +02:00 committed by Fabian Homborg
parent 394623bf08
commit cece4d81c1

View file

@ -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"