mirror of https://github.com/Hilbis/Hilbish
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