Versions in this module Expand all Collapse all v0 v0.19.3 Oct 23, 2025 v0.19.0 Sep 30, 2025 Changes in this version + type Display struct + func NewDisplay(out io.Writer, mode DisplayMode, opts ...DisplayOpt) (Display, error) + func (d Display) UpdateFrom(ctx context.Context, ch chan *client.SolveStatus) ([]client.VertexWarning, error) + type DisplayMode string + const AutoMode + const DefaultMode + const PlainMode + const QuietMode + const RawJSONMode + const TtyMode + type DisplayOpt func(b *displayOpts) + func WithDesc(text string, console string) DisplayOpt + func WithPhase(phase string) DisplayOpt