Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonConfig ¶
type CommonOption ¶
type CommonOption func(*CommonConfig)
func WithPrefix ¶
func WithPrefix(prefix string) CommonOption
func WithSuffix ¶
func WithSuffix(suffix string) CommonOption
type TableConfig ¶
type TableOption ¶
type TableOption func(*TableConfig)
func WithTableColumns ¶
func WithTableColumns(cols []interface{}) TableOption
func WithTableShowHeader ¶
func WithTableShowHeader(show bool) TableOption
func WithTableStyle ¶
func WithTableStyle(style lipgloss.Style) TableOption
type TextOption ¶
type TextOption func(*TextConfig)
func WithTextStyle ¶
func WithTextStyle(style lipgloss.Style) TextOption
type TreeConfig ¶
type TreeOption ¶
type TreeOption func(*TreeConfig)
func WithTreeFormatter ¶
func WithTreeFormatter(formatter interface{}) TreeOption
func WithTreeStyle ¶
func WithTreeStyle(style lipgloss.Style) TreeOption
Click to show internal directories.
Click to hide internal directories.