2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 05, 2025 — Jul 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
finish shortdesc at newline, instead of dot. see #187 More... over 13 years ago
remove \WP_CLI\ prefix More... over 13 years ago
pass doc markdown to ronn from PHP More... over 13 years ago
add special --doc flag More... over 13 years ago
add missing short descriptions More... over 13 years ago
introduce Composite interface and traverse() function More... over 13 years ago
remove unnecessary WP_CLI_COMMAND constant More... over 13 years ago
create separate Documentable interface More... over 13 years ago
add get_shortdesc() method More... over 13 years ago
add get_synopsis() method to Command interface More... over 13 years ago
add confirmation More... over 13 years ago
introduce get_path() method to use in show_usage() More... over 13 years ago
remove unused get_numeric_arg() More... over 13 years ago
show general help when calling wp help More... over 13 years ago
Introduce RootCommand class. More... over 13 years ago
merge pull request #186 into master More... over 13 years ago
make get_subcommands() a required method and get rid of the TopLevelSubcommand interface More... over 13 years ago
support generic assoc args in synopsis More... over 13 years ago
flags can't be mandatory More... over 13 years ago
implement alias tag More... over 13 years ago
Merge pull request #185 from wp-cli/refactor-init More... over 13 years ago
add some comments to the init process More... over 13 years ago
Store arguments as properties on WP_CLI, instead of as global variables. More... over 13 years ago
define WP_CLI_URL constant, instead of leaving 'url' in $assoc_args More... over 13 years ago
move SAPI check to wp-cli-boot.php More... over 13 years ago
move get_upgrader() to WP_CLI\Utils\ More... over 13 years ago
introduce set_user() utility More... over 13 years ago
move WP_CLI::_set_url() & co to WP_CLI\Utils\ More... over 13 years ago
move WP_CLI::parse_args() to WP_CLI\Utils\parse_args() More... over 13 years ago
introduce TopLevelCommand. see #184 More... over 13 years ago