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/_cacaclock
Christopher Bock 454bc91dea github #137: completion: add cacaclock (caca-utils)
with minor tweaks to fix things lost when addressing feedback
2025-05-25 02:36:36 -05:00

10 lines
376 B
Text

#compdef cacaclock
local -a arguments=(
'(-d --dateformat)'{-d+,--dateformat=}'[use specified format as strftime argument]: :_date_formats'
'(-f --font)'{-f+,--font=}'[use specified font for time display]:font file:_files -g "/usr/share/figlet/*.tlf"'
'(-)'{-h,--help}'[display usage help]'
'(-)'{-v,--version}'[display version information]'
)
_arguments $arguments