Documentation
¶
Overview ¶
Package commandrun executes workspace commands and renders their results.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderText ¶
RenderText writes a human-readable command result.
Types ¶
type Result ¶
type Result struct {
Kind string `json:"kind"`
Workspace string `json:"workspace"`
Command []string `json:"command"`
ExitCode int `json:"exit_code"`
Stdout string `json:"stdout,omitempty"`
Stderr string `json:"stderr,omitempty"`
TimedOut bool `json:"timed_out,omitempty"`
DurationMillis int64 `json:"duration_millis"`
}
Result captures the outcome of a workspace command run.
Click to show internal directories.
Click to hide internal directories.