setName('not-the-script-name'); } protected function execute(InputInterface $input, OutputInterface $output): int { $output->writeln('renamed: name=' . $this->getName()); $output->writeln('renamed: description=' . $this->getDescription()); return 0; } }