package
1.21.0-rc1
Repository: https://github.com/hashicorp/consul.git
Documentation: pkg.go.dev

# Functions

NewTable creates a new Table structure that can be used with UI.Table.

# Constants

Functions that are useful for table output.
Functions that are useful for table output.
Functions that are useful for table output.

# Variables

A list of colors that are useful.
A list of colors that are useful.
A list of colors that are useful.
A list of colors that are useful.
A list of colors that are useful.
A list of colors that are useful.
A list of colors that are useful.

# Structs

BasicUI augments mitchellh/cli.BasicUi by exposing the underlying io.Writer.
Cell is a single entry for a table.
Table is passed to UI.Table to provide a nicely formatted table.
UiColor is a posix shell color code to use.

# Interfaces

Ui implements the mitchellh/cli.Ui interface, while exposing the underlying io.Writer used for stdout and stderr.

# Type aliases

Command is an alias to reduce the diff.