view Options.lua @ 65:d3f64d7246b3

Significant effort to start making the GUI behave in an intuitive way. But it's still completely useless ...
author John@Yosemite-PC
date Mon, 26 Mar 2012 23:47:24 -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
        } 
    }
}