feat: provide cli options for library api prefix
This commit is contained in:
parent
7db988bdee
commit
607ed58ffa
6 changed files with 53 additions and 27 deletions
|
@ -7,7 +7,10 @@
|
|||
struct Config {
|
||||
std::filesystem::path memory_file;
|
||||
std::vector<std::filesystem::path> refs;
|
||||
std::vector<std::string> refs_prefix;
|
||||
std::filesystem::path dut;
|
||||
std::string dut_prefix = "";
|
||||
|
||||
int cli_parse(int argc, char **argv);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue