Documentation
¶
Overview ¶
Package renderer handles formatting and displaying commit data in various output formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Format string // "text" or "table"
Style string // "normal" or "markdown"
ShowIcon bool
ShowScope bool
}
Config holds printer configuration options.
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
Printer formats and outputs commit data according to configuration.
func NewPrinter ¶
NewPrinter creates a new Printer instance with the given configuration.
Click to show internal directories.
Click to hide internal directories.