Ticket #141 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by mickem

  • Status changed from new to closed
  • Resolution set to fixed

Added... Use like so:

function debug (command, args)
    table.foreachi(args, print)
    print ('Command was: ' .. command)
    return 'ok', 'hello'
end
Note: See TracTickets for help on using tickets.