Searched defs:PostProcessor (Results 1 – 1 of 1) sorted by relevance
65 func AddCommand(cmd string, format int, post PostProcessor, desc, usage string) {76 type PostProcessor func(input io.Reader, output io.Writer, ui plugin.UI) error type