Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
147ebd60
Commit
147ebd60
authored
Jan 31, 2015
by
Robby Russell
Browse files
Merge pull request #3490 from lmartins/master
Fix Plugin commands
parents
65afcb79
3abc2a43
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/wp-cli/wp-cli.plugin.zsh
View file @
147ebd60
...
...
@@ -52,19 +52,19 @@ alias wpmlo='wp menu location'
# Option
# Plugin
alias
wppa
=
'activate'
alias
wppda
=
'deactivate'
alias
wppd
=
'delete'
alias
wppg
=
'get'
alias
wppi
=
'install'
alias
wppis
=
'is-installed'
alias
wppl
=
'list'
alias
wppp
=
'path'
alias
wpps
=
'search'
alias
wppst
=
'status'
alias
wppt
=
'toggle'
alias
wppu
=
'uninstall'
alias
wppu
=
'update'
alias
wppa
=
'
wp plugin
activate'
alias
wppda
=
'
wp plugin
deactivate'
alias
wppd
=
'
wp plugin
delete'
alias
wppg
=
'
wp plugin
get'
alias
wppi
=
'
wp plugin
install'
alias
wppis
=
'
wp plugin
is-installed'
alias
wppl
=
'
wp plugin
list'
alias
wppp
=
'
wp plugin
path'
alias
wpps
=
'
wp plugin
search'
alias
wppst
=
'
wp plugin
status'
alias
wppt
=
'
wp plugin
toggle'
alias
wppu
=
'
wp plugin
uninstall'
alias
wppu
=
'
wp plugin
update'
# Post
alias
wppoc
=
'wp post create'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment