#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