MCPcopy
hub / github.com/cli/cli / jsonExporter

Struct jsonExporter

pkg/cmdutil/json_flags.go:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203type jsonExporter struct {
204 fields []string
205 filter string
206 template string
207}
208
209// NewJSONExporter returns an Exporter to emit JSON.
210func NewJSONExporter() *jsonExporter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected