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 7ec530b053 GROOVY-8162: Update Groovysh to JLine3 (documentation for 
/pipe)
7ec530b053 is described below

commit 7ec530b053efeac8ac78fb875c6a2af901297903
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Aug 13 22:53:35 2025 +1000

    GROOVY-8162: Update Groovysh to JLine3 (documentation for /pipe)
---
 subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc 
b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
index 3c6466083c..58f4da9fc3 100644
--- a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
+++ b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
@@ -711,6 +711,18 @@ groovy> 4 |; 8 **
 4096
 ----
 
+It is most commonly used with commands:
+
+[source,jshell]
+----
+groovy> /widget -l |; /prnt -s JSON
+[
+    "_autosuggest-end-of-line (_autosuggest-end-of-line)",
+    "_autosuggest-forward-char (_autosuggest-forward-char)",
+    ...
+]
+----
+
 [[GroovyShell-prnt]]
 ==== `/prnt`
 

Reply via email to