From 36acbdfc36cd2ae20b1ed90cf334e4619c422aee Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Wed, 8 Jan 2025 00:32:07 -0400 Subject: [PATCH] cmd:opts: Add senseApiPath in prep for new cmd opts --- hcore/include/opts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hcore/include/opts.h b/hcore/include/opts.h index 41065ec..cd15899 100644 --- a/hcore/include/opts.h +++ b/hcore/include/opts.h @@ -17,6 +17,7 @@ public: std::string getUsage() const; public: + std::string senseApiLibPath; std::string deviceSpecs; std::vector deviceSpecFiles; bool verbose, printUsage;