# Functions

NewBubbleTeaModel initializes a new bubble tea Model which represents a stylized table to display instance types.
OneLineOutput is an output function which prints the instance type names on a single line separated by commas.
SimpleInstanceTypeOutput is an OutputFn which outputs a slice of instance type names.
TableOutputShort is an OutputFn which returns a CLI table for easy reading.
TableOutputWide is an OutputFn which returns a detailed CLI table for easy reading.
VerboseInstanceTypeOutput is an OutputFn which outputs a slice of instance type names.

# Structs

BubbleTeaModel is used to hold the state of the bubble tea TUI.