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