function DevelReinstallCommand::configure

File

src/Drush/Commands/DevelReinstallCommand.php, line 38

Class

DevelReinstallCommand
#[AsCommand(name: self::NAME, description: 'Uninstall, and Install modules.', aliases: [ 'dre', 'devel-reinstall', ])]

Namespace

Drupal\devel\Drush\Commands

Code

protected function configure() : void {
  $this->addArgument('modules', InputArgument::REQUIRED, 'A comma-separated list of module names.');
}