first version of embedded test stand done
This commit is contained in:
12
src/core/cli_parser.h
Normal file
12
src/core/cli_parser.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CLI_PARSER_H
|
||||
#define CLI_PARSER_H
|
||||
|
||||
#include "test_options.h"
|
||||
|
||||
class CLIParser
|
||||
{
|
||||
public:
|
||||
static TestOptions parse(int argc, char* argv[]);
|
||||
};
|
||||
|
||||
#endif // CLI_PARSER_H
|
||||
Reference in New Issue
Block a user