diff options
author | manu <man.koell@gmail.com> | 2016-03-23 11:59:07 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 13:29:20 +0200 |
commit | 2ad13bd94592b048602798ce270cc72ec906c13e (patch) | |
tree | 5b2d2f56fa7558dd44cc24646ffd547769db7a4c | |
parent | 8ac1859f377b5292597f11f5973bae1ebc8e2dce (diff) | |
download | zsh-2ad13bd94592b048602798ce270cc72ec906c13e.tar.gz zsh-2ad13bd94592b048602798ce270cc72ec906c13e.tar.bz2 zsh-2ad13bd94592b048602798ce270cc72ec906c13e.zip |
This plugin also includes tab completions
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
-rw-r--r-- | plugins/wp-cli/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/wp-cli/README.md b/plugins/wp-cli/README.md index 1a79d60fc..da398ed1a 100644 --- a/plugins/wp-cli/README.md +++ b/plugins/wp-cli/README.md @@ -4,7 +4,9 @@ WordPress Command Line Interface (http://wp-cli.org/) -WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser. +WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser. + +This plugin adds [tab completion](http://wp-cli.org/#complete) for `wp-cli` as well as several aliases. ## List of Aliases |