package
0.6.0
Repository: https://github.com/capeprivacy/cli.git
Documentation: pkg.go.dev

# Functions

Ctx returns the Renderer associated with the ctx.
MustRender calls `r.Render()` and panics if a non-nil error is returned.
NewTemplate creates a Template with the given string template.
WithCtx returns a copy of ctx with r associated.

# Variables

No description provided by the author

# Structs

JSON is a renderers that marshals the value to JSON.
Print prints the value with the default format for the value's type.
Template renders a template with the provided value.

# Interfaces

A Render formats the provided value and outputs it to the writer.