#include <iostream>
#include "Hazelnupp.h"
#include "IntValue.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 5 of file main.cpp.
10 std::vector<const char*> testArgv = {
26 argc = testArgv.size();
27 argv =
const_cast<char**
>(testArgv.data());
46 args.
Parse(argc, argv);
51 std::cout << args[
"--alfredo"].GetInt32() << std::endl;
55 std::cout <<
"No --alfredo!" << std::endl;