roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
50 stars 17 forks source link

cli with sub-commands #49

Closed roipoussiere closed 1 year ago

roipoussiere commented 1 year ago

Export option is becoming useful and has its own options (ie. --minify), and some options doesn't not apply on it (ie --port). So it makes sense to improve cli structure with a sub-commands pattern:

cq-server run [options]
cq-server build [options]
roipoussiere commented 1 year ago

fixed in 6ef949d