generate($this->path.'/private.key', $this->path.'/public.key'); $io = new SymfonyStyle($input, $output); $io->success('Generated keypair in '.$this->path); return Command::SUCCESS; } }