| 149 | } |
| 150 | |
| 151 | void CLI::printVersion() |
| 152 | { |
| 153 | QTextStream out(stdout); |
| 154 | out << "QEFIEntryManager version " << QEFI_ENTRY_MANAGER_VERSION << Qt::endl; |
| 155 | out << "efibootmgr compatible CLI mode" << Qt::endl; |
| 156 | } |
| 157 | |
| 158 | void CLI::printBootEntries(bool verbose, bool quiet) |
| 159 | { |
nothing calls this directly
no outgoing calls
no test coverage detected