mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 18:43:51 +08:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
21 lines
1.3 KiB
Fish
21 lines
1.3 KiB
Fish
complete -c who -s a -l all -d (N_ "Same as -b -d --login -p -r -t -T -u")
|
|
complete -c who -s b -l boot -d (N_ "Print time of last boot")
|
|
complete -c who -s d -l dead -d (N_ "Print dead processes")
|
|
complete -c who -s H -l heading -d (N_ "Print line of headings")
|
|
complete -c who -s i -l idle -d (N_ "Print idle time")
|
|
complete -c who -s l -l login -d (N_ "Print login process")
|
|
complete -c who -l lookup -d (N_ "Canonicalize hostnames via DNS")
|
|
complete -c who -s m -d (N_ "Print hostname and user for stdin")
|
|
complete -c who -s p -l process -d (N_ "Print active processes spawned by init")
|
|
complete -c who -s q -l count -d (N_ "Print all login names and number of users logged on")
|
|
complete -c who -s r -l runlevel -d (N_ "Print current runlevel")
|
|
complete -c who -s s -l short -d (N_ "Print name, line, and time")
|
|
complete -c who -s t -l time -d (N_ "Print last system clock change")
|
|
complete -c who -s T -l mesg -d (N_ "Print users message status as +, - or ?")
|
|
complete -c who -s w -l writable -d (N_ "Print users message status as +, - or ?")
|
|
complete -c who -l message -d (N_ "Print users message status as +, - or ?")
|
|
complete -c who -s u -l users -d (N_ "List users logged in")
|
|
complete -c who -l help -d (N_ "Display help and exit")
|
|
complete -c who -l version -d (N_ "Display version and exit")
|
|
|