Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TruncateOutput bool
TruncateOutput defines should output be truncated
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer interface { //PrintPackage(pkg *pkg.Pkg, leadingNewline bool) Printf(format string, args ...interface{}) //OptPrintf(opt *Options, format string, args ...interface{}) OutStream() io.Writer ErrStream() io.Writer }
Printer defines capabilities to display content in kpt CLI. The main intention, at the moment, is to abstract away printing output in the CLI so that we can evolve the kpt CLI UX.
Click to show internal directories.
Click to hide internal directories.