doc: Wording

This commit is contained in:
Leni Aniva 2025-07-11 20:17:27 -07:00
parent 40bf3b2100
commit c013e66144
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,10 @@ The `repl` executable must be given with a list of modules to import. By default
it will import nothing, not even `Init`. It can also accept lean options of the
form `--key=value` e.g. `--pp.raw=true`.
The REPL loop accepts commands as single-line JSON inputs and outputs either an
`Error:` (indicating malformed command) or a JSON return value indicating the
result of a command execution. It accepts commands in one of two formats
After it emits the `ready.` signal, `repl` accepts commands as single-line JSON
inputs and outputs either an `Error:` (indicating malformed command) or a JSON
return value indicating the result of a command execution. The command must be
given in one of two formats
```
command { ... }