setName('foo:go:bret') ->setDescription('The foo:bar:go command') ->setAliases(['foobargo']) ; } protected function execute(InputInterface $input, OutputInterface $output): int { $this->input = $input; $this->output = $output; return 0; } }