Re: Calling Commands via Command Line
Posted by
dxli on
Sep 13, 2023; 8:20pm
URL: https://forum.librecad.org/Calling-Commands-via-Command-Line-tp5723446p5723449.html
If you are interested in coding, consider LibreCAD_3 also. There's Lua script support:
https://github.com/LibreCAD/LibreCAD_3
Heime wrote
From the link it is as if LibreCAD does not allow proper use of the Command Line like on Unix Systems, because one cannot write a command with positional arguments and execute it.
Instead the command line is basically an interactive user input device only. Perhaps I can request an improvement ticket so that that commands with positional arguments could also be possible.