Add fake printer for testing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user