Cake\Console\ShellDispatcher::help PHP Method

help() public method

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