You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Add a parameter to this session. Example: `-P '{a: 1}'`, `-P '{a: 1, b: duration({seconds: 1})}'`, or using arrow syntax `-P 'a => 1'`. This argument can be specified multiple times.
72
+
|Add a parameter to this session. Example: `-P '{a: 1}'` or `-P '{a: 1, b: duration({seconds: 1})}'`. This argument can be specified multiple times.
73
+
70
74
|[]
71
75
72
76
|--non-interactive
73
77
|Force non-interactive mode. Only useful when auto-detection fails (like on Windows).
74
78
|false
75
79
76
80
|--sample-rows SAMPLE-ROWS
77
-
|Number of rows sampled to compute table widths (only for format=VERBOSE)
81
+
|Number of rows sampled to compute table widths (only for format=VERBOSE).
78
82
|1000
79
83
80
84
|--wrap {true,false}
81
-
|Wrap table column values if the column is too narrow (only for format=VERBOSE).
85
+
|Wrap table column values if column is too narrow (only for format=VERBOSE).
82
86
|true
83
87
84
88
|-v, --version
@@ -109,7 +113,7 @@ It can also be set using the environmental variable NEO4J_CYPHER_SHELL_HISTORY.
109
113
|
110
114
111
115
|--notifications
112
-
|Enable query notifications in interactive mode.
116
+
|Enable notifications in interactive mode.
113
117
|false
114
118
115
119
|--idle-timeout IDLE-TIMEOUT
@@ -147,10 +151,10 @@ Can also be specified using the environment variable `NEO4J_ADDRESS` or `NEO4J_U
147
151
|
148
152
149
153
| --encryption {true,false,default}
150
-
| Whether the connection to Neo4j should be encrypted. This must be consistent with Neo4j's configuration. If choosing `default`, the encryption setting is deduced from the specified address. For example, the `neo4j+ssc` protocol uses encryption.
154
+
| Whether the connection to Neo4j should be encrypted. This must be consistent with the Neo4j's configuration. If choosing 'default', the encryption setting is deduced from the specified address. For example, the 'neo4j+ssc' protocol uses encryption.
151
155
| default
152
156
153
-
| -d DATABASE --database DATABASE
157
+
| -d DATABASE, --database DATABASE
154
158
| Database to connect to. Can also be specified using the environment variable NEO4J_DATABASE.
0 commit comments