2019-03-02 10:49:26 -08:00

12 lines
174 B
Plaintext

#compdef cptemplate
# ========== Completions ==========
local arguments
arguments=(
{-h,--help}'[print this help page]'
'*:filename:_files'
)
_arguments -s $arguments