mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
completions/pinky: Prompt with users list
This commit is contained in:
parent
394623bf08
commit
cece4d81c1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue