Create new completions directory for zsh
This commit is contained in:
11
zsh/completions/_cptemplate
Normal file
11
zsh/completions/_cptemplate
Normal file
@ -0,0 +1,11 @@
|
||||
#compdef cptemplate
|
||||
|
||||
# ========== Completions ==========
|
||||
local arguments
|
||||
|
||||
arguments=(
|
||||
{-h,--help}'[print this help page]'
|
||||
'*:filename:_files'
|
||||
)
|
||||
|
||||
_arguments -s $arguments
|
Reference in New Issue
Block a user