From bf9aaad7f844da941fddf4a6c18e4e5ce5b8e366 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 8 Feb 2021 09:32:13 -0500 Subject: [PATCH] REPL README.md neaten --- go/src/miller/auxents/repl/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/go/src/miller/auxents/repl/README.md b/go/src/miller/auxents/repl/README.md index 6d6446e1a..f7a508599 100644 --- a/go/src/miller/auxents/repl/README.md +++ b/go/src/miller/auxents/repl/README.md @@ -35,6 +35,14 @@ Non-assignment expressions, such as `7` or `true`, operate as filter conditions Examples: +``` +$ mlr repl +Miller v6.0.0-dev +Type ':help' for on-line help; ':quit' to quit. +[mlr] + +``` + ``` [mlr] 1+2 3