Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JSON description of SET command (#1473)
In the `arguments` section, the `arguments` key is only used for arguments of type `block` or `oneof`. Consequently, the `arguments` given for `IFEQ` are ignored by the server. However, they lead to strange results when rendering the command's page for the web documentation. Fix this by removing `arguments` for `IFEQ`. Signed-off-by: Simon Baatz <[email protected]>
- Loading branch information