From 37a7e813905ceba883493a70f81ab8695627662f Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 12 Mar 2008 23:35:25 +0000 Subject: 24704: completion for BSD calendar. --- Completion/Unix/Command/_calendar | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Completion/Unix/Command/_calendar (limited to 'Completion') diff --git a/Completion/Unix/Command/_calendar b/Completion/Unix/Command/_calendar new file mode 100644 index 000000000..10adfb700 --- /dev/null +++ b/Completion/Unix/Command/_calendar @@ -0,0 +1,12 @@ +#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:' + -- cgit 1.4.1