#include "Banner.h"
#include "GitRevision.h"
#include "Locales.h"
#include "Optional.h"
#include "TileAssembler.h"
#include "Util.h"
#include <boost/program_options.hpp>
#include <iostream>
#include <string>
#include <thread>
#include "WheatyExceptionReport.h"
Go to the source code of this file.
◆ HandleArgs()
| Optional< int > HandleArgs |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
std::string * |
src, |
|
|
std::string * |
dest, |
|
|
uint32 * |
threads |
|
) |
| |
Parses command line arguments
- Parameters
-
| [in] | argc | command line argument count |
| [in] | argv | raw command line arguments |
| [out] | src | raw data dir |
| [out] | dest | vmap dest dir |
| [out] | threads | number of threads to use |
- Returns
- Non-empty optional if program should exit immediately (holds exit code in that case)
Definition at line 70 of file VMapAssembler.cpp.
◆ INIT_CRASH_HANDLER()
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |