view Options.lua @ 103:d3ea0ab1428d

Bad commit, ignore. Just want a (failed) path to be on record.
author John@Doomsday
date Thu, 03 May 2012 09:05:40 -0400
parents 4109683c3172
children
line wrap: on
line source
--local bsk = bsk
--local _G=_G
setfenv(1,bsk)
options = {
    name= 'bsk',
    type = 'group',
    args = 
    {
        version =
        {
            type = "execute",
            name = "Version query",
            desc = "Check others' versions",
            func = function(self) print("TODO") end
        } 
    }
}