WP_CLI\Dispatcher

RootCommand::get_longdesc()publicWP-CLI 1.0

Get the human-readable long description.

Method of the class: RootCommand{}

No Hooks.

Return

String.

Usage

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

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

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