Open
Description
As someone who prefers simple interfaces, I'd like to be able to set parameters and evaluate AdaCAD workspaces via a command-line interface. This would make it easier to incorporate AdaCAD into parameter sweeps, and to use AdaCAD as part of larger pipelines.
Basic, minimal, proposed interaction example:
$ ./AdaCLI tutorial.ada --set-parameter 'twill' 'warps raised' 5 --export-png 'set materials and systems' tutorial.png
This would load the workspace from 'tutorial.ada', set the 'warps raised' parameter of the operation named 'twill' to 5 and save the output of the 'set materials and systems' operator to 'tutorial.png'.