Add --quiet,-q option

master
Liam Marshall 2015-05-13 11:16:24 -05:00
parent 89371f60cf
commit 4f4ddb938a
1 changed files with 1 additions and 0 deletions

View File

@ -800,6 +800,7 @@ int main(int argc, char **argv)
("projection", po::value<string>(), "(o)rtho or (p)erspective when exporting png")
("colorscheme", po::value<string>(), "colorscheme")
("debug", po::value<string>(), "special debug info")
("quiet,q", "quiet mode (don't print anything *except* errors)")
("o,o", po::value<string>(), "out-file")
("s,s", po::value<string>(), "stl-file")
("x,x", po::value<string>(), "dxf-file")