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

configure() protected method

Set up CLI options
protected configure ( )
    protected function configure()
    {
        $this->setName('sys:setup:change-version')->addArgument('module', InputArgument::REQUIRED, 'Module name')->addArgument('version', InputArgument::REQUIRED, 'New version value')->addArgument('setup', InputArgument::OPTIONAL, 'Setup code to update', 'all')->setDescription('Change module setup resource version');
    }