Documentation ¶ Index ¶ type Runner func NewRunner(service *app.Service, fs ports.FileSystem, stdin io.Reader, stdout io.Writer, ...) *Runner func (r *Runner) Run(ctx context.Context, args []string) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } func NewRunner ¶ func NewRunner(service *app.Service, fs ports.FileSystem, stdin io.Reader, stdout io.Writer, stderr io.Writer, palettes ...theme.Palette) *Runner func (*Runner) Run ¶ func (r *Runner) Run(ctx context.Context, args []string) int Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.