1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00
zsh/Completion/Unix/Command/_calendar
2008-03-12 23:35:25 +00:00

12 lines
526 B
Text

#compdef calendar
_arguments \
'-a[process files of all users]' \
'-A[print today and the following num days]:number of days:' \
'-b[enforce special KOI8 date calculation mode]' \
'-B[print today and the previous num days]:number of days:' \
'-f[use file as the default calendar]:calendar file:_files' \
'-l[print today and the following num days]:number of days:' \
'-w[print today and the following num days only if today is Friday]:number of days:' \
'-t[act as though today is the date specified]:date:'