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 79382e73d56d4427bdd14c98a9cf9d991dca581f Author: Paul King <[email protected]> AuthorDate: Mon Aug 4 10:24:06 2025 +1000 GROOVY-8162: Update Groovysh to JLine3 (additional documentation) --- subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc index 737f8b6a2a..45917bd3a8 100644 --- a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc +++ b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc @@ -252,6 +252,8 @@ image:assets/img/repl_alias2.png[More /alias examples, width=60%] Aliases are persisted in a `.groovysh/aliases.json` file in the user home directory. +See also the `/unalias` command, which allows aliases to be removed. + [[GroovyShell-classloader]] ==== `/classloader`
