package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Mar 7, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CurrentVersion styles a current version string for display.
Align represents text alignment.
const (
AlignLeft Align = iota
AlignRight
AlignCenter
)
Column represents a table column.
type Row struct {
Cells []string
}
Row represents a table row with styled cells.
Table represents a formatted table.
AddRow adds a row to the table.
Render returns the formatted table as a string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.