mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
added kirby CLI plugin
This commit is contained in:
parent
bd6dbd1d9b
commit
657bd8744d
3 changed files with 59 additions and 0 deletions
25
plugins/kirby/_kirby
Normal file
25
plugins/kirby/_kirby
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue