added kirby CLI plugin

This commit is contained in:
M.C. Brouwer 2016-03-03 11:17:46 +01:00
commit 657bd8744d
3 changed files with 59 additions and 0 deletions

25
plugins/kirby/_kirby Normal file
View file

@ -0,0 +1,25 @@
#compdef kirby
local -a options
options=('install'
'install\ --kit\ plainkit'
'install\ --kit\ langkit'
'install\ --kit\ starterkit'
'install\:core'
'install\:panel'
'install\:index.php'
'install\:htaccess'
'update'
'plugin\:install'
'plugin\:update'
'make\:blueprint'
'make\:controller'
'make\:snippet'
'make\:template'
'make\:user'
'make\:tag'
'make\:plugin'
'clear\:cache'
'clear\:thumbs'
'version')
_describe 'values' options