setCode(function(InputInterface $input, OutputInterface $output) { $this->getHelper('question') ->ask($input, $output, new ChoiceQuestion('😊', ['y'])); return 0; }) ->run() ;