Commit 5d8fd93c authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4617 from ahmadawais/patch-1

Removed Similar Aliases
parents 7627004a 8f823c63
...@@ -43,7 +43,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You ...@@ -43,7 +43,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wpps='search' - wpps='search'
- wppst='status' - wppst='status'
- wppt='toggle' - wppt='toggle'
- wppu='uninstall' - wppun='uninstall'
- wppu='update' - wppu='update'
### Post ### Post
...@@ -55,7 +55,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You ...@@ -55,7 +55,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wppol='wp post list' - wppol='wp post list'
- wppom='wp post meta' - wppom='wp post meta'
- wppou='wp post update' - wppou='wp post update'
- wppou='wp post url' - wppourl='wp post url'
### Sidebar ### Sidebar
- wpsbl='wp sidebar list' - wpsbl='wp sidebar list'
......
...@@ -63,7 +63,7 @@ alias wppp='wp plugin path' ...@@ -63,7 +63,7 @@ alias wppp='wp plugin path'
alias wpps='wp plugin search' alias wpps='wp plugin search'
alias wppst='wp plugin status' alias wppst='wp plugin status'
alias wppt='wp plugin toggle' alias wppt='wp plugin toggle'
alias wppu='wp plugin uninstall' alias wppun='wp plugin uninstall'
alias wppu='wp plugin update' alias wppu='wp plugin update'
# Post # Post
...@@ -75,7 +75,7 @@ alias wppog='wp post get' ...@@ -75,7 +75,7 @@ alias wppog='wp post get'
alias wppol='wp post list' alias wppol='wp post list'
alias wppom='wp post meta' alias wppom='wp post meta'
alias wppou='wp post update' alias wppou='wp post update'
alias wppou='wp post url' alias wppourl='wp post url'
# Rewrite # Rewrite
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment