mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
more fixes for command line support
This commit is contained in:
@@ -70,9 +70,9 @@ public class Commander implements RunnerListener {
|
||||
if (args == null || args.length == 0) {
|
||||
// System.out.println(System.getProperty("user.dir"));
|
||||
args = new String[] {
|
||||
"--export",
|
||||
// "--export",
|
||||
// "--build",
|
||||
// "--run",
|
||||
"--run",
|
||||
// "--present",
|
||||
// "--force",
|
||||
// "--platform=windows",
|
||||
|
||||
Reference in New Issue
Block a user