#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 7 of file main.cpp.
12 std::vector<const char*> testArgv = {
28 argc = testArgv.size();
29 argv =
const_cast<char**
>(testArgv.data());
48 args.
Parse(argc, argv);
53 std::cout << args[
"--alfredo"].GetInt32() << std::endl;
57 std::cout <<
"No --alfredo!" << std::endl;