N98\Magento\Command\Developer\ConsoleCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:console')->setDescription('Opens PHP interactive shell with initialized Mage::app() <comment>(Experimental)</comment>');
    }
ConsoleCommand