Closed sdfgeoff closed 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:
entrycli.cpp
if(argn + 1 < args.size() && (args[argn] == "--chord-ol" || args[argn] == "-t")) {
Fixed in 52c4178, thanks!
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: