2
I Use This!
Moderate Activity

Commits : Listings

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