Versions in this module Expand all Collapse all v1 v1.1.0 Mar 28, 2026 v1.0.0 Mar 28, 2026 Changes in this version + type Renderer struct + func NewRenderer(format types.OutFormat, title string, noStyles bool) *Renderer + func (r *Renderer) Render(scopes []*types.EnvScope, out io.Writer) error + func (r *Renderer) RenderCustom(scopes []*types.EnvScope, tmplFilePath string, out io.Writer) error