diff options
Diffstat (limited to '')
-rw-r--r-- | src/commands/function.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/commands/function.json b/src/commands/function.json new file mode 100644 index 0000000..3d33345 --- /dev/null +++ b/src/commands/function.json @@ -0,0 +1,9 @@ +{ + "FUNCTION": { + "summary": "A container for function commands", + "complexity": "Depends on subcommand.", + "group": "scripting", + "since": "7.0.0", + "arity": -2 + } +} |