Cake\Console\ShellDispatcher::help PHP Méthode

help() public méthode

Shows console help. Performs an internal dispatch to the CommandList Shell
public help ( ) : void
Résultat void
    public function help()
    {
        $this->args = array_merge(['command_list'], $this->args);
        $this->dispatch();
    }