Ticket #141 (closed enhancement: fixed)
Arguments in LUA module
| Reported by: | mickem | Owned by: | MickeM |
|---|---|---|---|
| Priority: | 1 | Milestone: | 0.4.0 |
| Component: | Core | Version: | 0.3.1 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
Add support for arguments in the LUA module
Change History
Note: See
TracTickets for help on using
tickets.








Added... Use like so:
function debug (command, args) table.foreachi(args, print) print ('Command was: ' .. command) return 'ok', 'hello' end