Versions in this module Expand all Collapse all v0 v0.2.1 Apr 25, 2017 Changes in this version + var Commands = make(map[string]*Command) + var MapsCmd = cmd(&Command{ ... }) + var MemCmd = cmd(&Command{ ... }) + var RegCmd = cmd(&Command{ ... }) + func Run(c *Context, line string) error + type Command struct + Alias []string + Desc string + Name string + Run interface{} + type Context struct + U models.Usercorn + func (c *Context) Printf(format string, a ...interface{}) (n int, err error)