mirror of
https://github.com/processing/processing4.git
synced 2026-01-24 17:01:06 +01:00
Introduces a new Kotlin test class, CLITest, to facilitate running and testing CLI commands of the Processing IDE directly from the IDE. This allows for easier and faster development and debugging of CLI features without manual command line invocation.