MCPcopy Create free account
hub / github.com/algolia/cli / PrintFlags

Struct PrintFlags

pkg/cmdutil/print_flags.go:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type PrintFlags struct {
26 JSONPrintFlags *JSONPrintFlags
27 JSONPathPrintFlags *JSONPathPrintFlags
28
29 OutputFormat *string
30 OutputFlagSpecified func() bool
31}
32
33// NoCompatiblePrinterError is a struct that contains error information.
34// It will be constructed when a invalid printing format is provided

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected