mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
more work on command line.. adding tool for OS X install
This commit is contained in:
@@ -67,6 +67,7 @@ public class Commander implements RunnerListener {
|
||||
|
||||
|
||||
static public void main(String[] args) {
|
||||
/*
|
||||
if (args == null || args.length == 0) {
|
||||
// System.out.println(System.getProperty("user.dir"));
|
||||
args = new String[] {
|
||||
@@ -82,6 +83,7 @@ public class Commander implements RunnerListener {
|
||||
"--output=/Users/fry/Desktop/test-build"
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
||||
// Do this early so that error messages go to the console
|
||||
Base.setCommandLine();
|
||||
|
||||
Reference in New Issue
Block a user