mcneel / compute.rhino3d

REST geometry server based on RhinoCommon and headless Rhino
Other
301 stars 188 forks source link

Standardize command line parsing between rhino.compute and compute.geometry #663

Open wtaisto opened 6 months ago

wtaisto commented 6 months ago

rhino.compute uses CommandLine, but compute.geometry uses it's own manual parser. They use different formats and it makes debugging or manually running one or the other a bit confusing.