N98\Magento\Command\Developer\Ide\PhpStorm\MetaCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:ide:phpstorm:meta')->addOption('stdout', null, InputOption::VALUE_NONE, 'Print to stdout instead of file .phpstorm.meta.php')->setDescription('Generates meta data file for PhpStorm auto completion');
    }