Searched defs:command (Results 1 – 4 of 4) sorted by relevance
37 type command struct { struct39 flag string42 description string45 simpleOutput bool48 logsPrefix string51 config func(ctx build.Context, args ...string) build.Config54 stdio func() terminal.StdioInterface57 run func(ctx build.Context, config build.Config, args []string, logsDir string)
36 optional string command = 2; field
50 optional string command = 6; field
40 def run(command, regex, filt): argument