roipoussiere / cadquery-server

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

cli with sub-commands #49

Closed roipoussiere closed 2 years ago

roipoussiere commented 2 years 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 2 years ago

fixed in 6ef949d