Updated Command Help (markdown)

Daniel Ennis
2018-01-10 21:08:01 -05:00
parent bd82fceb3e
commit a6e08640ca
+6
@@ -4,6 +4,12 @@ The Command System currently works with no bugs, but it is considered an [Unstab
We do not anticipate any large changes to this system that would break your code in significant ways though, so the risk is extremely low.
In order to use the Help API, you must call in your manager before registering any commands:
```java
manager.enableUnstableAPI("help")
```
## Purpose
This system allows ACF to generate help documents to the command issuer.
If fed input, it will search all of the command metadata and filter the command list to potential desired commands.