Deployer\Console\Application::getDefaultCommands PHP 메소드

getDefaultCommands() 보호된 메소드

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $commands = parent::getDefaultCommands();
        if ('phar:' === substr(__FILE__, 0, 5)) {
            $commands[] = $this->selfUpdateCommand();
        }
        return $commands;
    }