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

commit e939326379a35d09188498f8c4a1ae2456afdfe0
Author: Paul King <[email protected]>
AuthorDate: Mon Aug 4 18:44:40 2025 +1000

    GROOVY-8162: Update Groovysh to JLine3 (document /show)
---
 .../src/spec/doc/assets/img/repl_show.png              | Bin 0 -> 205187 bytes
 subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc |   5 ++++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_show.png 
b/subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_show.png
new file mode 100644
index 0000000000..4305944f8a
Binary files /dev/null and 
b/subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_show.png differ
diff --git a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc 
b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
index eff8bffe0f..bb07710b14 100644
--- a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
+++ b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
@@ -579,7 +579,10 @@ saved into the `.groovy/groovysh.ser` file in the user 
home directory.
 [[GroovyShell-show]]
 ==== `/show`
 
-Show the shared variables (the binding).
+Show the shared variables (the binding). These include your shared variables
+as well as a few used for configuring various shell features.
+
+image:assets/img/repl_show.png[Usage of the /show command, width=60%]
 
 [[GroovyShell-types]]
 ==== `/types`

Reply via email to