static TCLAP::UnlabeledValueArg< std::string > argMapFile("input", "Load this metric map file (*.mm)", true, "myMap.mm", "myMap.mm", cmd)
static TCLAP::MultiArg< std::string > argLayers("l", "layer", "Layer to export. If not provided, all will be exported. This argument can " "appear several times.", false, "layerName", cmd)
static TCLAP::CmdLine cmd("mm2txt")
int main(int argc, char **argv)