Skip to content

Commit 86aa34b

Browse files
Merge pull request #42 from RedisInsight/main
Updating the manifest and the readme file
2 parents 6a468f2 + d6ac849 commit 86aa34b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ _Supported parameters:_
190190

191191
| Name | Values | Notes | Description |
192192
|------------------|-----------------------------------------|-----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
193-
| results | * _single_<br/>* _group_<br/>* _silent_ | If enabled, then pipeline mode is ignored | * _single_ - Disable the group mode to display the command results in a batch or as separate ones.<br/>* _group_ - Enable the group mode <br/>* _silent_: <br/>&emsp; 1. Enable the group mode <br/>&emsp; 2. Auto collapse the result <br/>&emsp; 3. Show only error commands in the results |
193+
| results | * _single_<br/>* _group_<br/>* _silent_ | If enabled, then pipeline mode is ignored | * _single_ - Disable the group mode to display the command results in a batch or as separate ones.<br/>* _group_ - Enable the group mode <br/>* _silent_: <br/>&emsp; 1. Enable the group mode <br/>&emsp; 2. Auto collapse the result <br/>&emsp; 3. Show only error commands in the results. |
194194
| mode | * _ascii_<br/>* _raw_ | | Enable/disable the raw mode to display command results. |
195195
| pipeline | any integer number | | Configure the number of commands in the pipeline. 0 or 1 pipelines every command. |
196-
| run_confirmation | * _true_ | If _true_ RedisInsight will display confirmation dialog to run the commands | Enabling this parameter shows for particular query confirmation dialog |
197-
196+
| run_confirmation | * _true_ | If set to _true_, RedisInsight will display confirmation dialog to run the commands | Enabling this parameter shows for particular query confirmation dialog. |
197+
| executable | * _false_ | If set to _false_, RedisInsight will not display the "Run" button and will not the command to be executed, although the syntax will be highlighted. | Defines if the "Run" button will be displayed to run the command. |
198198

199199
_Notes:_
200200

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"id": "sq",
285285
"label": "How to query your data",
286286
"args": {
287-
"initialIsOpen": false
287+
"initialIsOpen": true
288288
},
289289
"children": [
290290
{

0 commit comments

Comments
 (0)