Add new plugin runtime function

This commit is contained in:
Zachary Yedidia
2016-09-27 14:24:52 -04:00
parent c1d08a6dc0
commit 0de167b07b
3 changed files with 5 additions and 1 deletions

View File

@@ -127,6 +127,9 @@ called `test`, you would create the `test.md` file for example, and runt the fun
AddRuntimeFile("test", "help", "test.md")
```
Use `AddRuntimeFilesFromDirectory(name, type, dir, pattern)` to add a number of files
to the runtime.
# Autocomplete command arguments
See this example to learn how to use `MakeCompletion` and `MakeCommand`