MCPcopy Create free account
hub / github.com/Inokinoki/QEFIEntryManager / printVersion

Method printVersion

cli.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void 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
158void CLI::printBootEntries(bool verbose, bool quiet)
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected