fix(docs/bash): fix broken prose sentence from prettier reformatting
The prettier markdown formatter (8406a452) converted a prose '+' into
a markdown list marker '-', splitting 'fires a wake...and the exit code
+ last stdout lines' into a dangling incomplete sentence followed by an
orphaned list item. Rewrite the sentence to avoid the pattern entirely.
This commit is contained in:
parent
65dd64abd1
commit
315f7c1f13
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ invocation regardless of tool groups.
|
||||||
Submit a shell command for background execution (runs via `bash`).
|
Submit a shell command for background execution (runs via `bash`).
|
||||||
Stdout and stderr stream to `harness/bash-tasks/<id>.{out,err}`.
|
Stdout and stderr stream to `harness/bash-tasks/<id>.{out,err}`.
|
||||||
When the task completes (or times out, or the process errors), the
|
When the task completes (or times out, or the process errors), the
|
||||||
harness fires a wake with `from: "bash-task-<id>"` and the exit code
|
harness fires a wake with `from: "bash-task-<id>"`; the body contains
|
||||||
|
the exit code and last stdout lines. Handle the completion on a future
|
||||||
- last stdout lines in the body; handle it on a future turn.
|
turn.
|
||||||
|
|
||||||
* `timeout_secs` — kill the task after N seconds and mark it
|
* `timeout_secs` — kill the task after N seconds and mark it
|
||||||
`timed_out`. Omit for no timeout (runs until natural exit).
|
`timed_out`. Omit for no timeout (runs until natural exit).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue