summaryrefslogtreecommitdiff
path: root/etc/completions/_lighty-stats
blob: a4a987bcd3a9804d21ecd27a0fa5788bae9c353c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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