cmd:opts: Add senseApiPath in prep for new cmd opts

This commit is contained in:
2025-01-08 00:32:07 -04:00
parent dd7a75d9b5
commit 36acbdfc36
+1
View File
@@ -17,6 +17,7 @@ public:
std::string getUsage() const;
public:
std::string senseApiLibPath;
std::string deviceSpecs;
std::vector<std::string> deviceSpecFiles;
bool verbose, printUsage;