Searched defs:RuleBuilderCommand (Results 1 – 1 of 1) sorted by relevance
309 type RuleBuilderCommand struct { struct310 buf []byte311 inputs Paths312 outputs WritablePaths313 depFiles WritablePaths314 tools Paths319 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand {329 func (c *RuleBuilderCommand) Textf(format string, a ...interface{}) *RuleBuilderCommand {335 func (c *RuleBuilderCommand) Flag(flag string) *RuleBuilderCommand {341 func (c *RuleBuilderCommand) Flags(flags []string) *RuleBuilderCommand {[all …]