Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( VERSION = "unknown" CmdName = "mon" )
Functions ¶
func PrintCmdHelp ¶
func PrintCmdHelp(pro *Program)
Types ¶
type Context ¶
type Context struct { Single *Program CmdMap map[string]*Program ParamGroupMap map[string]*ParamGroup }
func NewContext ¶
func NewContext() *Context
func (*Context) GetDefCmdMap ¶
func (ct *Context) GetDefCmdMap()
type ParamGroup ¶
Click to show internal directories.
Click to hide internal directories.