Overrides Command::configure
protected function configure() : void { $this->setDescription('Applies a recipe to a site.') ->addArgument('path', InputArgument::REQUIRED, 'The path to the recipe\'s folder to apply'); ConsoleInputCollector::configureCommand($this); }