Skip to content

Commit

Permalink
update zsh completion file
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Feb 15, 2015
1 parent 8d6d023 commit c06ab58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc/__khal
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ case $state in
subcommand)
local -a subcommands
subcommands=(
"calendar:show calendar"
"agenda:show agenda"
"calendar:show calendar"
"interactive:open the interactive calendar"
"new:add a new event"
"printcalendars:print all configured calendars"
"printformats:print a date in all formats"
"search:search for events"
)

_describe -t subcommands 'khal subcommands' subcommands && ret=0
Expand Down

0 comments on commit c06ab58

Please sign in to comment.