fish-shell/init/completions/wc.fish
axel 7ddecde543 Add subdirectories
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
2005-09-20 23:31:55 +10:00

7 lines
395 B
Fish

complete -c wc -s c -l bytes -d "Print byte counts"
complete -c wc -s m -l chars -d "Print character counts"
complete -c wc -s l -l lines -d "Print newline counts"
complete -c wc -s L -l max-line-length -d "Print length of longest line"
complete -c wc -s w -l words -d "Print word counts"
complete -c wc -l help -d "Display help and exit"
complete -c wc -l version -d "Display version and exit"