2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-15 06:24:01 +00:00
fish-shell/share/completions/w.fish

6 lines
375 B
Fish

complete -c w -s h --description "Dont print header"
complete -c w -s u --description "Ignore username for time calculations"
complete -c w -s s --description "Short format"
complete -c w -s f --description "Toggle printing of remote hostname"
complete -c w -s V --description "Display version and exit"
complete -c w -x -a "(__fish_complete_users)" --description "Username"