Commit ac5f74b
committed
docs: clarify agent-driven CLI vs in-process embedding
The previous paragraph implied agents call WithAnswers directly, which
conflates two distinct surfaces:
- Subprocess: agent shells out, huhx reads --answer / env / answer-file
- In-process: a Go program embeds the form, huhx reads WithAnswers map
Split them in the README so each path is described accurately.1 parent 474c302 commit ac5f74b
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments