Skip to content

Commit a98e7b6

Browse files
committed
add default value to --enable-autocompletions
1 parent 852af9f commit a98e7b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ cypher-shell [-h] [-a ADDRESS] [-u USERNAME] [--impersonate IMPERSONATE] [-p PAS
5858
| Exit and report failures at the end of the input when reading from a file.
5959
|
6060

61-
| --enable-autocompletions
62-
| Whether to enable Cypher autocompletions inside the CLI. Completions can only be enabled for neo4j 5 and later.
63-
|
61+
|--enable-autocompletions
62+
|Whether to enable Cypher autocompletions inside the CLI. Completions can only be enabled for neo4j 5 and later.
63+
|false
6464

6565
|--format {auto,verbose,plain}
6666
|Desired output format. Displays the results in tabular format if you use the shell interactively and with minimal formatting if you use it for scripting. +

0 commit comments

Comments
 (0)