diff options
Diffstat (limited to 'completions')
-rw-r--r-- | completions/_center | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/completions/_center b/completions/_center new file mode 100644 index 0000000..504028e --- /dev/null +++ b/completions/_center @@ -0,0 +1,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 |