confirm('Destroy all database tables? [yes|no]')) { $manager = UpdateManager::instance()->resetNotes()->uninstall(); foreach ($manager->getNotes() as $note) $this->output->writeln($note); } } /** * Get the console command arguments. */ protected function getArguments() { return []; } /** * Get the console command options. */ protected function getOptions() { return []; } }