Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
type Formatter struct {
// contains filtered or unexported fields
}
Formatter handles output formatting for the CLI
func NewFormatter ¶
NewFormatter creates a new output formatter
func (*Formatter) Print ¶
func (f *Formatter) Print(data interface{})
Print outputs data in the configured format
func (*Formatter) PrintError ¶
PrintError prints an error message to stderr
func (*Formatter) PrintFailure ¶
PrintFailure prints a failure indicator
func (*Formatter) PrintKeyValue ¶
PrintKeyValue prints a key-value pair in the standard format
func (*Formatter) PrintSuccess ¶
PrintSuccess prints a success indicator
Click to show internal directories.
Click to hide internal directories.