From 602cc62a5db6e8cfa085f05e2abb6a86e999a696 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Mon, 16 Nov 2015 23:37:02 +0500 Subject: [PATCH 1/2] Removed Similar Aliases Two similar aliases which were causing issues. --- plugins/wp-cli/wp-cli.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/wp-cli/wp-cli.plugin.zsh b/plugins/wp-cli/wp-cli.plugin.zsh index 6c70a7a0..7b41c325 100644 --- a/plugins/wp-cli/wp-cli.plugin.zsh +++ b/plugins/wp-cli/wp-cli.plugin.zsh @@ -63,7 +63,7 @@ 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 wppun='wp plugin uninstall' alias wppu='wp plugin update' # Post @@ -75,7 +75,7 @@ alias wppog='wp post get' alias wppol='wp post list' alias wppom='wp post meta' alias wppou='wp post update' -alias wppou='wp post url' +alias wppourl='wp post url' # Rewrite From 8f823c63715009ef949f72a1bbb0102b472c24cd Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Tue, 17 Nov 2015 12:23:39 +0500 Subject: [PATCH 2/2] Update README.md --- plugins/wp-cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/wp-cli/README.md b/plugins/wp-cli/README.md index 6dda07d1..1a79d60f 100644 --- a/plugins/wp-cli/README.md +++ b/plugins/wp-cli/README.md @@ -43,7 +43,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You - wpps='search' - wppst='status' - wppt='toggle' -- wppu='uninstall' +- wppun='uninstall' - wppu='update' ### Post @@ -55,7 +55,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You - wppol='wp post list' - wppom='wp post meta' - wppou='wp post update' -- wppou='wp post url' +- wppourl='wp post url' ### Sidebar - wpsbl='wp sidebar list'