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

typeset -a arguments
arguments=(
	'--from:city: :stop: '
	'--to:city: :stop: '
	'--debug'
	'--time:time'
	'--date:date'
)

_arguments -s $arguments