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 ccdf45a4c5a0359b668d860750dc368b1fa13fb1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Aug 4 13:46:11 2025 +1000

    GROOVY-8162: Update Groovysh to JLine3 (document /colors and /types cont'd)
---
 .../src/spec/doc/assets/img/repl_types2.png             | Bin 0 -> 37556 bytes
 subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc  |   6 +++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_types2.png 
b/subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_types2.png
new file mode 100644
index 0000000000..7008acf044
Binary files /dev/null and 
b/subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_types2.png differ
diff --git a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc 
b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
index 2d3966d139..aeba197a38 100644
--- a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
+++ b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
@@ -437,7 +437,11 @@ Show the shared variables (the binding).
 
 Show the declared types (enums, interfaces, classes, traits, annotation 
definitions, and records).
 
-image:assets/img/repl_types.png[Usage of the /types command, width=80%]
+image:assets/img/repl_types.png[Usage of the /types command, width=75%]
+
+Types can be deleted using `/types -d` (completion is available) but see also 
the `/del` command:
+
+image:assets/img/repl_types2.png[Deleting types, width=80%]
 
 [[GroovyShell-history]]
 ==== `/history`

Reply via email to