Magestead\Helper\HostsPluginChecker::editHostsInstructions PHP Method

editHostsInstructions() protected static method

protected static editHostsInstructions ( array $options, Symfony\Component\Console\Output\OutputInterface $output )
$options array
$output Symfony\Component\Console\Output\OutputInterface
    protected static function editHostsInstructions(array $options, OutputInterface $output)
    {
        $output->writeln('<comment>NOTE: You will need to add the following to your hosts file!</comment>');
        $comment = $options['vagrantfile']['vm']['network']['private_network'] . ' ' . $options['magestead']['apps']['mba_12345']['base_url'];
        $output->writeln('<info>' . $comment . '</info>');
    }