mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
34e27ff4c2
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
12 lines
824 B
Fish
12 lines
824 B
Fish
complete -c cat -s A -l show-all --description "Escape all non-printing characters"
|
|
complete -c cat -s b -l number-nonblank --description "Number nonblank lines"
|
|
complete -c cat -s e --description "Escape non-printing characters except tab"
|
|
complete -c cat -s E -l show-ends --description "Display \$ at end of line"
|
|
complete -c cat -s n -l number --description "Number all lines"
|
|
complete -c cat -s s -l squeeze-blank --description "Never more than single blank line"
|
|
complete -c cat -s t --description "Escape non-printing characters except newline"
|
|
complete -c cat -s T -l show-tabs --description "Escape tab"
|
|
complete -c cat -s v --description "Escape non-printing except newline and tab"
|
|
complete -c cat -l help --description "Display help and exit"
|
|
complete -c cat -l version --description "Display version and exit"
|
|
|