Improved error message when parsing command line arguments
This commit is contained in:
parent
18c5fabf3b
commit
49cecac61e
2 changed files with 541 additions and 516 deletions
File diff suppressed because it is too large
Load diff
|
@ -49,6 +49,8 @@ public:
|
|||
void create_ini_schema(Options* opts);
|
||||
|
||||
private:
|
||||
void apply_opt(ArgParser::ParsedOption const& opt, Options& opts);
|
||||
|
||||
void set_device_name(const std::string& name, const std::string& value);
|
||||
void set_device_usbid(const std::string& name, const std::string& value);
|
||||
|
||||
|
|
Loading…
Reference in a new issue