getHelp() public méthode

The help text provides additional information about a command that is displayed in the help view.
See also: setHelp()
public getHelp ( ) : string
Résultat string The help text of the command.
 public function testSetHelpNull()
 {
     $this->config->setHelp(null);
     $this->assertNull($this->config->getHelp());
 }