package
0.5.2
Repository: https://github.com/carbonfrost/joe-cli.git
Documentation: pkg.go.dev

# Functions

RegisterHelpTemplates causes various templates used in the default help template to be overridden with ones that use tables.
RegisterTemplateFuncs provides the template functions described in the package overview: - Table - EndTable - Headers - Footers - Row, and - Cell.

# Constants

Align constants.
Align constants.
Align constants.
Align constants.
AllFeatures enables all of the features.
Porcelain is a table that only uses tabs to separate columns.
TemplateFuncs enables the template funcs feature, which provides template funcs for colors and styles.
Unformatted is the table format associated with a table with no boxes or alignments.
UseTablesInHelpTemplate causes tables to be used in the help template.

# Structs

Format defines the optional format for tables.
Options is the configuration for the table extension and provides the initializer for the app initialization pipeline.

# Type aliases

Alignment defines how table cell contents are aligned.
Feature provides a name for each feature in the extension.