mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-13 14:22:02 +00:00
changes the actual file format of docs to markup since that's basically what we have been using in the first place. the docgen command has been modified to write markdown headings with the function name and yaml metadata for easy consumption by hugo for the website. all other docs have been moved to markdown as well this is the main reason this is a "breaking" change users will have to reinstall hilbish (task uninstall and task install) to remove the old plaintext docs
355 B
355 B
title | description | layout | menu | ||||
---|---|---|---|---|---|---|---|
Module commander | library for custom commands | doc |
|
Introduction
Commander is a library for writing custom commands in Lua.
Functions
deregister(name)
Deregisters any command registered with name
register(name, cb)
Register a command with name
that runs cb
when ran