zsh-workers
 help / color / mirror / code / Atom feed
0be7b078dd7bb6e3630d56f93ee337d5fb8530ed blob 275 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#compdef strftime

local ret=1 expl

_arguments -S -A '-*' -s \
  '-q[run quietly]' \
  '-r[reverse lookup using strptime]' \
  '-s+[assign result to parameter]:param:_parameters' \
  '1:format: _date_formats' \
  '2:epoch time (or date string with -r)' && ret=0

return ret
debug log:

solving 0be7b07 ...
found 0be7b07 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).