@@ -76,7 +76,8 @@ OPTIONS
76
76
If this option is not passed, the value from the current
77
77
preferences is used (e.g., the last board selected in the IDE).
78
78
If this option is given, the value passed is written to the
79
- preferences file and rememberd for subsequent runs.
79
+ preferences file and rememberd for subsequent runs (except when
80
+ *--no-save-prefs* is passed).
80
81
81
82
*--port* __portname__::
82
83
Select the serial port to perform upload of the sketch.
@@ -88,7 +89,8 @@ OPTIONS
88
89
If this option is not passed, the value from the current
89
90
preferences is used (e.g., the last port selected in the IDE).
90
91
If this option is given, the value passed is written to the
91
- preferences file and rememberd for subsequent runs.
92
+ preferences file and rememberd for subsequent runs (except when
93
+ *--no-save-prefs* is passed).
92
94
93
95
*--verbose-build*::
94
96
Enable verbose mode during build. If this option is not given,
@@ -131,7 +133,11 @@ OPTIONS
131
133
132
134
{empty}::
133
135
If this option is given, the value passed is written to the
134
- preferences file and rememberd for subsequent runs.
136
+ preferences file and rememberd for subsequent runs (except when
137
+ *--no-save-prefs* is passed).
138
+
139
+ *--no-save-prefs*::
140
+ Do not save any (changed) preferences to *preferences.txt*.
135
141
136
142
*--upload*::
137
143
Build and upload the sketch.
@@ -253,6 +259,9 @@ HISTORY
253
259
Windows, the splash screen is still shown.
254
260
255
261
1.5.7::
262
+ Introduced *--no-save-prefs*.
263
+
264
+ {empty}::
256
265
*--board* and *--port* options are now saved to the preferences
257
266
file, just like *--pref*. The *--verbose* options still only
258
267
apply to the current run.
0 commit comments