cli

package
v0.0.0-...-47e3236 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Nerd iconType = iota
	Text
)

Variables

This section is empty.

Functions

func NewCLI

func NewCLI(iconType iconType) *cli

Types

type Style

type Style struct {
	*color.Color
}

type Table

type Table interface {
	AddHeader(header ...string)
	AddRow(vals ...any)

	SetHeaderStyle(style ...color.Attribute)
	SetRowStyle(row int, style ...color.Attribute)
	SetColStyle(col int, style ...color.Attribute)

	Render() string
}

func NewTable

func NewTable(w int, autoExpand bool) Table

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL