Searched defs:command (Results 1 – 7 of 7) sorted by relevance
41 type command struct { struct43 flag string46 description string49 simpleOutput bool52 logsPrefix string55 config func(ctx build.Context, args ...string) build.Config58 stdio func() terminal.StdioInterface61 run func(ctx build.Context, config build.Config, args []string, logsDir string)
36 optional string command = 2; field
41 required string command = 3; field
52 public KatiImpl(Errors errors, Options options, KatiCommand command) { in KatiImpl()
40 def run(command, regex, filt): argument
50 optional string command = 6; field
329 command string member