WP_CLI\Context

Cli::processpublicWP-CLI 1.0

Process the context to set up the environment correctly.

Method of the class: Cli{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Cli = new Cli();
$Cli->process( $config );
$config(array) (required)
Associative array of configuration data.

Cli::process() code WP-CLI 2.13.0-alpha

public function process( $config ) {
	// Nothing needs to be done for now, as this is the default.
}