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