From f278d37abc7ab4bffecb2b965c52e1d30584372c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 Jun 2008 15:45:30 +0200 Subject: Began lighty-stats completion --- etc/completions/_lighty-stats | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 etc/completions/_lighty-stats (limited to 'etc/completions') diff --git a/etc/completions/_lighty-stats b/etc/completions/_lighty-stats new file mode 100644 index 0000000..a4a987b --- /dev/null +++ b/etc/completions/_lighty-stats @@ -0,0 +1,21 @@ +#compdef lighty-stats +## vim:ft=zsh + +local options + +options=( + '(--no-show-days)--show-days' + '(--no-show-ips)--show-ips' + '(--no-show-hosts)--show-hosts' + '(--no-show-status)--show-status' + '(--no-show-sites)--show-sites' + '*--format=' + '--bytes' + '--count=' + '--match=' + '--ignore=' + '--pathlength=' + '--width=' + '' +) +_arguments -s $options -- cgit v1.2.3