Documentation
¶
Index ¶
- Variables
- func ClearLines(n int)
- func ClearPreviousLine()
- func PrintError(msg string, err error)
- func PrintFatal(msg string, err error)
- func PrintGeneric(msg string)
- func PrintIndentedError(msg string, err error)
- func PrintIndentedRunning(msg string)
- func PrintIndentedSuccess(msg string)
- func PrintIndentedWarn(msg string, err error)
- func PrintInfo(msg string)
- func PrintProgress(label string, percent int)
- func PrintRunning(msg string)
- func PrintSuccess(msg string)
- func PrintTable(headers []string, rows [][]string)
- func PrintWarn(msg string, err error)
- func PromptInput(prompt string, placeholder string) (string, error)
- func PromptPassword(prompt string) (string, error)
- func PromptTextArea(prompt string, placeholder string) (string, error)
- func ReadPipedInput() string
- func ReadPipedLine() string
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalDebugFlag bool
View Source
var GlobalForAIFlag bool
Functions ¶
func ClearLines ¶
func ClearLines(n int)
func ClearPreviousLine ¶
func ClearPreviousLine()
func PrintError ¶
func PrintFatal ¶
func PrintGeneric ¶
func PrintGeneric(msg string)
func PrintIndentedError ¶
func PrintIndentedRunning ¶ added in v1.0.11
func PrintIndentedRunning(msg string)
func PrintIndentedSuccess ¶
func PrintIndentedSuccess(msg string)
func PrintIndentedWarn ¶
func PrintProgress ¶
func PrintRunning ¶
func PrintRunning(msg string)
func PrintSuccess ¶
func PrintSuccess(msg string)
func PrintTable ¶ added in v1.0.11
func PromptInput ¶ added in v1.1.1
func PromptPassword ¶ added in v1.1.2
func PromptTextArea ¶ added in v1.1.2
func ReadPipedInput ¶ added in v1.1.1
func ReadPipedInput() string
func ReadPipedLine ¶ added in v1.1.1
func ReadPipedLine() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.