view Options.lua @ 77:0a3f590f69e6

Update todo list Helper function to print list status
author John@Yosemite-PC
date Thu, 12 Apr 2012 22:18:05 -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
        } 
    }
}