Bolt\Nut\Init::configure PHP Method

configure() protected method

See also: Symfony\Component\Console\Command\Command::configure()
protected configure ( )
    protected function configure()
    {
        $this->setName('init')->setDescription('Greet the user (and perform initial setup tasks).');
    }