doc: Wording
This commit is contained in:
parent
3ff45927a2
commit
8111c442e5
|
@ -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
|
it will import nothing, not even `Init`. It can also accept lean options of the
|
||||||
form `--key=value` e.g. `--pp.raw=true`.
|
form `--key=value` e.g. `--pp.raw=true`.
|
||||||
|
|
||||||
The REPL loop accepts commands as single-line JSON inputs and outputs either an
|
After it emits the `ready.` signal, `repl` accepts commands as single-line JSON
|
||||||
`Error:` (indicating malformed command) or a JSON return value indicating the
|
inputs and outputs either an `Error:` (indicating malformed command) or a JSON
|
||||||
result of a command execution. It accepts commands in one of two formats
|
return value indicating the result of a command execution. The command must be
|
||||||
|
given in one of two formats
|
||||||
|
|
||||||
```
|
```
|
||||||
command { ... }
|
command { ... }
|
||||||
|
|
Loading…
Reference in New Issue