WP_CLI\Context

Cli::process()publicWP-CLI 1.0

Process the context to set up the environment correctly.

Method of the class: Cli{}

No Hooks.

Return

null. Nothing (null).

Usage

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

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

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