Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChildCommand ¶
type ChildCommand struct {
ParentIndexInChild int
CommandTree
}
type CommandTree ¶
type CommandTree struct {
Children map[string]ChildCommand
command.Command
}
func New ¶
func New(fns []interface{}) (CommandTree, error)
Click to show internal directories.
Click to hide internal directories.