blob: 504028ef6533996510e3ff0b1ea587fba2a7e5ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#compdef center
_arguments -sS \
'-e[do not consider ANSI color escape sequences]' \
'-l[center files, not files]' \
'-r[display tabs using spaces]' \
'-t+[specify width of tab characters]:tab width (in columns)' \
'-w+[specify output width]:output width (in columns)' \
'*: :_files'
# vi: ft=zsh
|