Hypernode\Magento\Command\Hypernode\Config\GenerateMapsCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('hypernode:maps-generate')->setDescription('Generates magerun maps for nginx by store config')->addOption('save', 's', InputOption::VALUE_NONE, 'Save the maps to file [http.magerunmaps]');
    }
GenerateMapsCommand