luya\console\commands\CommandController::actionHelp PHP Method

actionHelp() public method

Display all commands
public actionHelp ( ) : number
return number
    public function actionHelp()
    {
        return $this->outputInfo('Use ./vendor/bin/luya instead. This action will be deleted soon.');
    }
CommandController