local options = {}
local optionlist = {}
-local commands = {}
-- Option declaration
--
table.insert(optionlist, name)
end
---- XXX command(): undocumented, never called. Remove?
-function e2option.command(name, doc, func)
- commands[name] = {documentation=doc, command=func, name=name}
-end
-
--- register an alias for an option
-- @param alias string: alias name
-- @param option string: name of the option to register the alias for
print("\t" .. opt.documentation)
end
print()
- for k, v in pairs(commands) do
- io.write(" ", k, command.documentation)
- print()
- end
e2lib.finish(rc)
end