We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ada42 commit e74d18fCopy full SHA for e74d18f
utils/scm-to-cereal.cpp
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
66
isomapfile = result["isomap"].as<std::string>();
67
}
68
save_shape_only = result["shape-only"].as<bool>(); // optional
69
- outputfile = result["output"].as<std::string>(); // required
+ outputfile = result["output"].as<std::string>(); // required (with default)
70
} catch (const std::exception& e)
71
{
72
std::cout << "Error while parsing command-line arguments: " << e.what() << std::endl;
0 commit comments