Open
Description
Most appropriate sub-area of Processing 4?
Utilities, Core/Environment/Rendering
Processing version
4.4.3
Operating system
Windows
Steps to reproduce this
processing cli --sketch=c:\test\shapes --run
snippet
void setup() {
size(500,500)
}
void draw() {
}
Additional context
The cli command works great in Linux but doesn't exist in windows.
Would you like to work on the issue?
no