WP_CLI\Dispatcher
CompositeCommand::get_longdesc
Get the long description for this composite command.
Method of the class: CompositeCommand{}
No Hooks.
Returns
String.
Usage
$CompositeCommand = new CompositeCommand(); $CompositeCommand->get_longdesc();
CompositeCommand::get_longdesc() CompositeCommand::get longdesc code WP-CLI 2.13.0-alpha
public function get_longdesc() {
return $this->longdesc . $this->get_global_params();
}