N98\Magento\Command\OpenBrowserCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('open-browser')->addArgument('store', InputArgument::OPTIONAL, 'Store code or ID')->setDescription('Open current project in browser <comment>(experimental)</comment>');
    }