package
1.8.2
Repository: https://github.com/gitlawr/prometheus.git
Documentation: pkg.go.dev

# Functions

BasicHelp returns a function that creates a basic help text for the application with its commands.
BasicTerm returns a Term writing Infof and Errorf to err and Out to out.
NewApp creates a new application with a pre-registered help command.

# Structs

App represents an application that may consist of multiple commands.
Command represents a single command within an application.

# Interfaces

Term handles an application's output.