Loading provides/zsh/completions/_efa 0 → 100644 +12 −0 Original line number Diff line number Diff line #compdef efa typeset -a arguments arguments=( '--from:city: :stop: ' '--to:city: :stop: ' '--debug' '--time:time' '--date:date' ) _arguments -s $arguments Loading
provides/zsh/completions/_efa 0 → 100644 +12 −0 Original line number Diff line number Diff line #compdef efa typeset -a arguments arguments=( '--from:city: :stop: ' '--to:city: :stop: ' '--debug' '--time:time' '--date:date' ) _arguments -s $arguments