aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/wc.fish
blob: 0da7597e305c32d84196a5cbbe6ca7ed95111be9 (plain)
1
2
3
4
5
6
7
complete -c wc -s c -l bytes --description "Print byte counts"
complete -c wc -s m -l chars --description "Print character counts"
complete -c wc -s l -l lines --description "Print newline counts"
complete -c wc -s L -l max-line-length --description "Print length of longest line"
complete -c wc -s w -l words --description "Print word counts"
complete -c wc -l help --description "Display help and exit"
complete -c wc -l version --description "Display version and exit"