mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
19 lines
413 B
JSON
19 lines
413 B
JSON
|
{
|
||
|
"HELP": {
|
||
|
"summary": "Show helpful text about the different subcommands",
|
||
|
"complexity": "O(1)",
|
||
|
"group": "scripting",
|
||
|
"since": "5.0.0",
|
||
|
"arity": 2,
|
||
|
"container": "SCRIPT",
|
||
|
"function": "scriptCommand",
|
||
|
"command_flags": [
|
||
|
"LOADING",
|
||
|
"STALE"
|
||
|
],
|
||
|
"acl_categories": [
|
||
|
"SCRIPTING"
|
||
|
]
|
||
|
}
|
||
|
}
|