From 568a30bbad3a5a31a890460026450af3f1cb3852 Mon Sep 17 00:00:00 2001 From: Love Kristofer Leifland Date: Wed, 12 Feb 2025 15:46:47 +0100 Subject: [PATCH] Update cypher-shell.adoc --- modules/ROOT/pages/tools/cypher-shell.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/tools/cypher-shell.adoc b/modules/ROOT/pages/tools/cypher-shell.adoc index bb3ccfa0d..47c9baf87 100644 --- a/modules/ROOT/pages/tools/cypher-shell.adoc +++ b/modules/ROOT/pages/tools/cypher-shell.adoc @@ -413,6 +413,7 @@ type example.cypher | bin/cypher-shell.bat -u neo4j -p --format plain Cypher Shell supports querying based on parameters. Use `:param ` to set parameters or the older arrow syntax `:param name => `. +When using the arrow syntax, expressions are restricted to a single line. List current parameters with `:param`. Clear parameters with `:param clear`.