comparison Options.lua @ 1:21c58930f74e

Refactoring
author John@Yosemite-PC
date Fri, 02 Mar 2012 22:32:12 -0500
parents
children 72055fc7e115
comparison
equal deleted inserted replaced
0:47fac96968e1 1:21c58930f74e
1
2 bsk.options = {
3 name= 'bsk',
4 type = 'group',
5 args =
6 {
7 version =
8 {
9 type = "execute",
10 name = "Version query",
11 desc = "Check others' versions",
12 func = function(self) self:Print("TODO") end
13 }
14 }
15 }