WP_CLI\Dispatcher
RootCommand::get_longdesc
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() RootCommand::get longdesc code WP-CLI 2.13.0-alpha
public function get_longdesc() {
return $this->get_global_params( true );
}