Home
last modified time | relevance | path

Searched defs:runner (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Devalcmd.go192 type runner struct { struct
193 output string
194 cmd string
195 echo bool
196 ignoreError bool
197 shell string
200 func (r runner) String() string {
211 func (r runner) forCmd(s string) runner {
235 func (r runner) eval(ev *Evaluator, s string) ([]runner, error) {
266 func (r runner) run(output string) error {