fix(docs): align source examples with headless profile

This commit is contained in:
Turtle
2026-08-11 11:22:08 +08:00
parent 3e7cd31ab3
commit c3cb4b350e
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ The [CLI reference](apps/cli/README.md#profiles) describes profile layout, layer
Run one task, print the final answer, and exit:
```sh
pnpm dsh run "summarize this workspace"
pnpm dsh --profile headless "summarize this workspace"
```
### Automation and SDKs