Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultFormat = "terminal256" DefaultTheme = "monokai" )
Functions ¶
This section is empty.
Types ¶
type PrintFileInput ¶
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *PrinterConfig) *Printer
func (*Printer) Print ¶
func (p *Printer) Print(ipt *PrintInput) error
func (*Printer) PrintFile ¶
func (p *Printer) PrintFile(ipt *PrintFileInput) error
type PrinterConfig ¶
Click to show internal directories.
Click to hide internal directories.