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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user