-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Description
Hi
when using the command-line I would expect a pure command-line. - So no Window handling at all.
I tried it on OSX and Windows using 1.6.1 and nightly build.
After starting the command-line I see the Arduino logo popping up.
Also in case of an error (unknown option) the message this is given in a window not on the CLI.
To make the Arduino IDE more useful it would be better to handle everything purely on CLI.
This would allow the integration of the CLI into other projects, scripts, batch-jobs.
Maybe it would also be helpful to have some cli commands integrated like:
--version
--help (showing a list of available commands) - specially the documentation update is always behind and the help would might be solving this to some level
thanks for the good work you do.
Jipp