Commit 15ec5a52 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Added zsh completion

parent 8f0760b8
Loading
Loading
Loading
Loading
+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