Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Actions = map[string]func([]string, *config.Config) error{
"configure": configure,
}
Actions are the available CLI commands.
Functions ¶
func NewError ¶
NewError creates a colored error from the given information.
The standard format is ¶
``` <code> [<context>] <title>
<msg> ```
func ShowError ¶
func ShowError(title, msg string)
ShowError displays the given error in the user-specified format.
func ToSentence ¶
ToSentence converts a slice of terms into sentence.
Types ¶
Click to show internal directories.
Click to hide internal directories.