Cake\Console\ShellDispatcher::help PHP Метод

help() публичный Метод

Shows console help. Performs an internal dispatch to the CommandList Shell
public help ( ) : void
Результат void
    public function help()
    {
        $this->args = array_merge(['command_list'], $this->args);
        $this->dispatch();
    }