From 8111c442e5f7cd288b83e6f535f469f4d6c37910 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Fri, 11 Jul 2025 20:17:27 -0700 Subject: [PATCH] doc: Wording --- doc/repl.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/repl.md b/doc/repl.md index 62dbaf4..9c1f3ba 100644 --- a/doc/repl.md +++ b/doc/repl.md @@ -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 { ... }