Documentation
¶
Index ¶
Constants ¶
View Source
const ( WidthTable = 70 TopPadding = 0 RightPadding = 1 CellWidth = 1 )
View Source
const ResultChoiceName = "alias"
View Source
const ResultTemplateSelect = `
{{- print .Prompt " " (Foreground "206" (alias .FinalChoice)) "\n" -}}
`
View Source
const ResultTemplateTextInput = `
{{- print .Prompt " " (Foreground "206" (Mask .FinalValue)) "\n" -}}
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Select ¶
Click to show internal directories.
Click to hide internal directories.