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