We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e224630 + 9c6e868 commit 31a5b02Copy full SHA for 31a5b02
build/shared/manpage.adoc
@@ -55,6 +55,13 @@ between multiple runs and only recompile the files that changed.
55
Note that on MacOS X, the main executable is
56
'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'.
57
58
+Note that on Windows, due to the diffence between GUI and console apps, that the
59
+'arduino_debug.exe' is the appropriate executable to use if you want to use the majority
60
+of these command line options. The 'arduino.exe' GUI version of the launcher **may** perform
61
+some of the functions described below, but will not output any messages to the console,
62
+meaning it is pretty useless if you want any feedback or to be able to keep log files for
63
+automated testing, etc.
64
+
65
ACTIONS
66
67
*--verify*::
0 commit comments