protected function interact(InputInterface $input, OutputInterface $output) { parent::interact($input, $output); }
protected function execute(InputInterface $input, OutputInterface $output) { parent::execute($input, $output); $output->writeln(sprintf('Created user <comment>%s</comment>', $input->getArgument('firstname') . ' ' . $input->getArgument('lastname'))); }