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 08be32d98b492b3ce16b6f040fe19b9d5644dab1
Author: Paul King <[email protected]>
AuthorDate: Tue Jul 15 13:35:20 2025 +1000

    rename pipe commands
---
 .../groovy/org/apache/groovy/groovysh/jline/GroovySystemRegistry.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovySystemRegistry.groovy
 
b/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovySystemRegistry.groovy
index 250d19c5e1..10e429f270 100644
--- 
a/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovySystemRegistry.groovy
+++ 
b/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovySystemRegistry.groovy
@@ -29,6 +29,8 @@ import java.util.function.Supplier
 class GroovySystemRegistry extends SystemRegistryImpl {
     GroovySystemRegistry(Parser parser, Terminal terminal, Supplier<Path> 
workDir, ConfigurationPath configPath) {
         super(parser, terminal, workDir, configPath)
+        rename(Pipe.AND, '/&&')
+        rename(Pipe.OR, '/||')
     }
 
     @Override

Reply via email to