mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
25 lines
No EOL
430 B
Text
25 lines
No EOL
430 B
Text
#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 |