about summary refs log tree commit diff
path: root/Completion/Unix/Command/_date
blob: 929b35c84709f5e2aba814b9fda27b83b7046717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#compdef date

_arguments \
    '-d[date]:time string:' \
    '-f[file]:date file:_files' \
    '-I[iso-8601]:time spec:' \
    '-r[reference]:file:_files' \
    '-R[rfc-2822]' \
    '-s[set]:time string:' \
    '-u[utc]' \
    -- \
    '*=FILE*:file:_files' \
    '*=DATEFILE*:date file:_files' \
    ':format or date:'