N98\Magento\Command\Developer\Module\Disableenable\AbstractCommand::configure PHP Method

configure() protected method

Setup
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('dev:module:' . $this->commandName)->addArgument('moduleName', InputArgument::OPTIONAL, 'Name of module to ' . $this->commandName)->addOption('codepool', null, InputOption::VALUE_OPTIONAL, 'Name of codePool to ' . $this->commandName)->setDescription(ucwords($this->commandName) . ' a module or all modules in codePool');
    }