mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Added --preserve-temp-files command line option
This commit is contained in:
@ -25,7 +25,7 @@ SYNOPSIS
|
||||
--------
|
||||
*arduino* ['FILE.ino'...]
|
||||
|
||||
*arduino* [*--verify*|*--upload*] [*--board* __package__:__arch__:__board__[:__parameters__]] [*--port* __portname__] [*--pref* __name__=__value__] [*-v*|*--verbose*] [__FILE.ino__]
|
||||
*arduino* [*--verify*|*--upload*] [*--board* __package__:__arch__:__board__[:__parameters__]] [*--port* __portname__] [*--pref* __name__=__value__] [*-v*|*--verbose*] [--preserve-temp-files] [__FILE.ino__]
|
||||
|
||||
*arduino* [*--get-pref* __preference__]
|
||||
|
||||
@ -117,6 +117,10 @@ OPTIONS
|
||||
verbose mode during build is *disabled* regardless of the current
|
||||
preferences.
|
||||
|
||||
*--preserve-temp-files*::
|
||||
Keep temporary files (preprocessed sketch, object files...) after termination.
|
||||
If omitted, temporary files are deleted.
|
||||
|
||||
{empty}::
|
||||
This option is only valid together with *--verify* or
|
||||
*--upload*.
|
||||
|
Reference in New Issue
Block a user