Documentation
¶
Overview ¶
Package tui exposes the interactive terminal UI used by the vminfo CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Stdout receives the rendered terminal UI. Defaults to os.Stdout.
Stdout io.Writer
// Stdin provides keyboard input. Defaults to os.Stdin.
Stdin io.Reader
// Lang selects the UI language. Examples: "en", "zh", "zh-CN".
// Empty means auto-detect from VMINFO_LANG, LC_ALL, or LANG.
Lang string
}
Options configures the interactive terminal UI.
Click to show internal directories.
Click to hide internal directories.