setDescription('Add a short description for your command') ; } protected function execute(InputInterface $input, OutputInterface $output) { $io = new SymfonyStyle($input, $output); $io->success('You have a new command! Now make it your own! Pass --help to see your options.'); } }