espcli 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +99 -97
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -91,6 +91,8 @@ espcli monitor
91
91
  | `run` | Build, flash, and monitor |
92
92
  | `clean` | Clean build artifacts |
93
93
  | `doctor` | Check system health |
94
+ | `source` | Show command to add idf.py to current terminal |
95
+ | `menuconfig` | Open ESP-IDF menuconfig (interactive configuration) |
94
96
 
95
97
  ### Command Options
96
98