Skip to content

Commit f1a3442

Browse files
Added history section to the manpage
This describes the versions where various options were introduced or changed.
1 parent 017dc70 commit f1a3442

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

build/shared/manpage.adoc

+26
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,32 @@ re-use any previous build results in that directory.
211211

212212
arduino --pref build.path=/path/to/sketch/build --verify /path/to/sketch/sketch.ino
213213

214+
HISTORY
215+
-------
216+
1.5.2::
217+
Added initial commandline support. This introduced *--verify*,
218+
*--upload*, *--board*, *--port*, *--verbose* and *-v*.
219+
220+
1.5.5::
221+
Added support for board-specific parameters to *--board*.
222+
223+
{empty}::
224+
Sketch filenames are now interpreted relative to the current
225+
directory instead of the location of the arduino command itself.
226+
227+
1.5.6::
228+
Introduced *--pref*, *--preferences-file*, *--verbose-build* and
229+
*--verbose-upload*.
230+
231+
{empty}::
232+
Preferences set through --pref are remembered, preferences set
233+
through *--board*, *--port* or the *--verbose* options are not.
234+
235+
{empty}::
236+
When running with *--verify* or *--upload*, the full GUI is no
237+
longer shown. Error messages still use a graphical popup and on
238+
Windows, the splash screen is still shown.
239+
214240
RESOURCES
215241
---------
216242
Web site: <http://arduino.cc/>

0 commit comments

Comments
 (0)