Add fake printer for testing

This commit is contained in:
2025-10-11 13:00:26 +02:00
parent 0b8ff28a60
commit 6e3a5bd12f
7 changed files with 429 additions and 19 deletions

View File

@@ -58,7 +58,9 @@ class PtouchPrint {
std::vector<CliCmd> mCommands{};
std::string mVersionString = "";
// CLI flags
// CLI flags and options
bool mVerboseFlag = false;
std::string mPrinterSelection = "auto";
bool mListDriversFlag = false;
};
} // namespace ptprnt