summaryrefslogtreecommitdiff
path: root/src/commands/function-load.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/function-load.json')
-rw-r--r--src/commands/function-load.json16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/commands/function-load.json b/src/commands/function-load.json
index 0a363e328..d04721279 100644
--- a/src/commands/function-load.json
+++ b/src/commands/function-load.json
@@ -4,7 +4,7 @@
"complexity": "O(1) (considering compilation time is redundant)",
"group": "scripting",
"since": "7.0.0",
- "arity": -5,
+ "arity": -3,
"container": "FUNCTION",
"function": "functionLoadCommand",
"command_flags": [
@@ -21,26 +21,12 @@
],
"arguments": [
{
- "name": "engine-name",
- "type": "string"
- },
- {
- "name": "library-name",
- "type": "string"
- },
- {
"name": "replace",
"type": "pure-token",
"token": "REPLACE",
"optional": true
},
{
- "name": "library-description",
- "type": "string",
- "token": "DESCRIPTION",
- "optional": true
- },
- {
"name": "function-code",
"type": "string"
}