We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e961c4 + 8a55432 commit ae32904Copy full SHA for ae32904
php/class-wp-cli.php
@@ -950,9 +950,10 @@ public static function get_config( $key = null ) {
950
/**
951
* Run a WP-CLI command.
952
*
953
- * Launch a new child process, or run the command in the current process.
+ * Launches a new child process to run a specified WP-CLI command.
954
* Optionally:
955
956
+ * * Run the command in an existing process.
957
* * Prevent halting script execution on error.
958
* * Capture and return STDOUT, or full details about command execution.
959
* * Parse JSON output if the command rendered it.
0 commit comments