You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running /Applications/Arduino.app/Contents/MacOS/Arduino --verify path/to/sketch.ino the splash screen is launched in addition to the build. This creates a lot of friction for automating command line builds and integrating with other tools. Is this expected or are their any plans to fix this? My fear is it's a deeper issue with how the IDE is structured given that command line args aren't parsed until after the splash screen (e.g. that's when the invalid param dialog pops).
Ideally the toolchain/driver could be packaged as a separate JAR for easier integration with build scripts, etc.
The text was updated successfully, but these errors were encountered:
When running
/Applications/Arduino.app/Contents/MacOS/Arduino --verify path/to/sketch.ino
the splash screen is launched in addition to the build. This creates a lot of friction for automating command line builds and integrating with other tools. Is this expected or are their any plans to fix this? My fear is it's a deeper issue with how the IDE is structured given that command line args aren't parsed until after the splash screen (e.g. that's when the invalid param dialog pops).Ideally the toolchain/driver could be packaged as a separate JAR for easier integration with build scripts, etc.
The text was updated successfully, but these errors were encountered: