Closed
Description
I'm trying to get the CLI to work as described here:
https://github.com/arduino/Arduino/blob/ide-1.5.x/build/shared/manpage.adoc
I'm using 1.5.8 with Java 7 on OS X, and am aware that I have to use the full path to Arduino.app/Contents/MacOS/JavaAppLauncher
(which btw needs to be updated in the manpage). However, any command line arguments are always ignored, and Arduino is always launching with the GUI and an empty sketch.
Thanks for any pointers.