CmdOpts: merge -[i|a|e] into one -s option

We augmented the grammar to specify the type of device (intero,
extro or actuator) so we can now collapse the 3 dev spec cmd
line opts into 1 opt.
This commit is contained in:
2025-01-07 14:05:23 -04:00
parent f86daf97c1
commit 3b6ca14275
2 changed files with 12 additions and 38 deletions
+1 -3
View File
@@ -17,9 +17,7 @@ public:
std::string getUsage() const;
public:
std::vector<std::string> extro;
std::vector<std::string> intero;
std::vector<std::string> actuator;
std::string deviceSpecs;
std::vector<std::string> deviceSpecFiles;
bool verbose, printUsage;