view Options.lua @ 80:40c882db34f8

Notes
author John@Yosemite-PC
date Fri, 13 Apr 2012 00:02:56 -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
        } 
    }
}