| 23 | } |
| 24 | |
| 25 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected