Clickalicious\PhpMemAdmin\BaseInstaller::showHelp PHP Method

showHelp() protected static method

Shows help dialog.
Author: Benjamin Carl ([email protected])
protected static showHelp ( ) : void
return void
    protected static function showHelp()
    {
        \cli\line();
        \cli\out(self::$arguments->getHelpScreen(\cli\Colors::colorize('%N%n%gAvailable commands:')));
        \cli\line();
    }