WP_CLI\Dispatcher

RootCommand::get_longdescpublicWP-CLI 1.0

Get the human-readable long description.

Method of the class: RootCommand{}

No Hooks.

Returns

String.

Usage

$RootCommand = new RootCommand();
$RootCommand->get_longdesc();

RootCommand::get_longdesc() code WP-CLI 2.13.0-alpha

public function get_longdesc() {
	return $this->get_global_params( true );
}