Searched defs:WaitFunc (Results 1 – 2 of 2) sorted by relevance
58 func Command(usage CmdUsage, run func(*State, ...string) (WaitFunc, error)) Cmd {
103 type WaitFunc func(*State) (stdout, stderr string, err error) type