Bolt\Nut\Init::execute PHP Метод

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

См. также: Symfony\Component\Console\Command\Command::execute()
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    protected function execute(InputInterface $input, OutputInterface $output)
    {
        $message = sprintf("<info>%s</info> - %s <comment>%s</comment>.\n", Trans::__('nut.greeting'), Trans::__('nut.version'), Version::VERSION);
        $output->write($message);
    }