Platformsh\Cli\Command\Auth\LoginCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('auth:login')->setAliases(['login'])->setDescription('Log in to ' . self::$config->get('service.name'));
        $help = 'Use this command to log in to your ' . self::$config->get('service.name') . ' account.' . "\n\nYou can create an account at:\n    <info>" . self::$config->get('service.accounts_url') . '</info>' . "\n\nIf you have an account, but you do not already have a password, you can set one here:\n    <info>" . self::$config->get('service.accounts_url') . '/user/password</info>';
        $this->setHelp($help);
    }