mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
Add idf.py extensions and move core actions to separate files
This commit is contained in:
6
tools/idf_py_actions/global_options.py
Normal file
6
tools/idf_py_actions/global_options.py
Normal file
@@ -0,0 +1,6 @@
|
||||
global_options = [{
|
||||
"names": ["-D", "--define-cache-entry"],
|
||||
"help": "Create a cmake cache entry.",
|
||||
"scope": "global",
|
||||
"multiple": True,
|
||||
}]
|
Reference in New Issue
Block a user