N98\Magento\Command\System\Setup\RemoveCommand::configure PHP Method

configure() protected method

Set up CLI options
protected configure ( )
    protected function configure()
    {
        $this->setName('sys:setup:remove')->addArgument('module', InputArgument::REQUIRED, 'Module name')->addArgument('setup', InputArgument::OPTIONAL, 'Setup code to remove', 'all')->setDescription('Remove module setup resource entry');
    }