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

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

_arguments -s $arguments