Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Advanced = advanced{}
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct {
// contains filtered or unexported fields
}
func Recurse ¶
func Recurse(match func(core.CommandStatic) int) []Match
Recurse will recursively go through all of the commands and run the given check function on them. If the returned value is true then that specific command is added to the returned list. If both a parent and their child are matched then only the child is added to the list.
Click to show internal directories.
Click to hide internal directories.