This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push: new ff5d5487dc GROOVY-8162: Update Groovysh to JLine3 (documentation for /pipe) ff5d5487dc is described below commit ff5d5487dcf6e4ab5341444951d23e01586aff09 Author: Paul King <pa...@asert.com.au> AuthorDate: Wed Aug 13 19:30:16 2025 +1000 GROOVY-8162: Update Groovysh to JLine3 (documentation for /pipe) --- subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc index 59bd0662c9..833b2560b4 100644 --- a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc +++ b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc @@ -664,7 +664,8 @@ image:assets/img/repl_pipe_builtin.png[usage of the builtin pipes, width=50%] Pipe operators are handled by the shell. The left and right hand sides will be either repl commands or code passed to the Groovy engine for execution. -You can also define your own pipe operators as these examples show: +You can also define your own pipe operators, defined using `/pipe [OPERATOR] [PREFIX] [POSTFIX]`, +as these examples show: image:assets/img/repl_pipe.png[usage of the /pipe command, width=70%]