solvespace / solvespace

Parametric 2d/3d CAD
http://solvespace.com/
GNU General Public License v3.0
3.24k stars 485 forks source link

solvespace-cli --chord-tol command line option is misspelled as --chord-ol #364

Closed sdfgeoff closed 6 years ago

sdfgeoff commented 6 years ago

In current master, the --chord-tol option for setting chord tolerance is misspelled when parsing, but not in the documentation. This means people reading the documentation won't be able to use the --chord-tol option!

In file entrycli.cpp line 147:

 if(argn + 1 < args.size() && (args[argn] == "--chord-ol" ||
                                      args[argn] == "-t")) {
whitequark commented 6 years ago

Fixed in 52c4178, thanks!