| convert newlines to spaces. see #6 |
|
More...
|
almost 15 years ago
|
| faster way to fetch php version |
|
More...
|
almost 15 years ago
|
| provide completions for sub-commands. see #6 |
|
More...
|
almost 15 years ago
|
| Added the community command google-sitemap (for the Google Sitemap Generator plugin) |
|
More...
|
almost 15 years ago
|
| Added the community command super-cache (for the WP Super Cache plugin) |
|
More...
|
almost 15 years ago
|
| add instructions for installing completion file. see #6 |
|
More...
|
almost 15 years ago
|
| dynamically fetch the list of commands. see #6 |
|
More...
|
almost 15 years ago
|
| remove repetition from wp-cli description |
|
More...
|
almost 15 years ago
|
| more install instructions cleanup |
|
More...
|
almost 15 years ago
|
| installation instructions: need to fetch the submodules too |
|
More...
|
almost 15 years ago
|
| add --version flag |
|
More...
|
almost 15 years ago
|
| Merge pull request #14 from scribu/generate |
|
More...
|
almost 15 years ago
|
| Merge pull request #12 from scribu/multisite |
|
More...
|
almost 15 years ago
|
| make get_description() method optional |
|
More...
|
almost 15 years ago
|
| update plugin help method |
|
More...
|
almost 15 years ago
|
| move most of constructor into a dispatch() method |
|
More...
|
almost 15 years ago
|
| rename getMethods() to get_methods() |
|
More...
|
almost 15 years ago
|
| introduce mandatory get_description() method to WP_CLI_Command class |
|
More...
|
almost 15 years ago
|
| forgot that the help method could be called explicitly |
|
More...
|
almost 15 years ago
|
| formatting in bash completion |
|
More...
|
almost 15 years ago
|
| don't use raw argv global in WP_CLI_Command::help() |
|
More...
|
almost 15 years ago
|
| pass assoc args to sub-command handlers |
|
More...
|
almost 15 years ago
|
| add multisite section to readme |
|
More...
|
almost 15 years ago
|
| look for a wp-cli-blog file when --blog is not set |
|
More...
|
almost 15 years ago
|
| don't include template-loader.php; it's not needed |
|
More...
|
almost 15 years ago
|
| handle --blog parameter |
|
More...
|
almost 15 years ago
|
| introduce WP_CLI::parse_args() |
|
More...
|
almost 15 years ago
|
| check if there are any commands before doing anything with the args |
|
More...
|
almost 15 years ago
|
| use out() instead of block() |
|
More...
|
almost 15 years ago
|
| Basic code completion (related to #6) |
|
More...
|
almost 15 years ago
|