Overrides Command::initialize
protected function initialize(InputInterface $input, OutputInterface $output) : void { if ($input->getOption('name') === NULL) { $input->setOption('name', $input->getArgument('machine-name')); } // Change the directory to the Drupal root. chdir($this->root); }