aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/pinky.fish
blob: f043e43044a7acca62db37e8ab72d35c37f4b0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
complete -c pinky -s p              -d "omit the user's plan file in long format"
complete -c pinky -s s              -d "do short format output, this is the default"
complete -c pinky -s f              -d "omit the line of column headings in short format"
complete -c pinky -s w              -d "omit the user's full name in short format"
complete -c pinky -s i              -d "omit the user's full name and remote host in short format"
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"