feat: llgo monitor -target target -port port

This commit is contained in:
Li Jie
2025-09-06 21:29:48 +08:00
parent 519faabfe1
commit 9a5b231c88
8 changed files with 464 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ Compile program to output file.
### llgo run
Compile and run program.
- No `-target`: Run locally
- With `-target`: Run on device or emulator
- With `-target`: Run on device or emulator (equivalent to `install` + `monitor`)
### llgo test
Compile and run tests.