summaryrefslogtreecommitdiff
path: root/provides/zsh/completions/_efa
blob: 096e928a831e28f164bc7a253bb20b6d241b9a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#compdef efa

typeset -a arguments
arguments=(
	'--from:city: :stop: '
	'--to:city: :stop: '
	'--debug'
	'--time:time'
	'--time-for:event:(arrival departure)'
	'--date:date'
	'*--post:POST key=value'
)

_arguments -s $arguments