Documentation
¶
Index ¶
- Variables
- func ConfirmPrompt(label string) (bool, error)
- func DisplayBannerMessage(keeperName, keeperAddress string) error
- func GetConfig(configPath string) (config types.NodeConfig, err error)
- func HandleHomeDirPath(path string) string
- func IntegerPrompt(label string) (int, error)
- func PasswordPrompt(label string, toConfirm bool) (string, error)
- func StringPrompt(label string, allowEmpty bool, hasOptions bool, options []string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var TriggerXAsciiArtWithBorder = `` /* 1195-byte string literal not displayed */
Functions ¶
func ConfirmPrompt ¶
ConfirmPrompt prompts the user for a confirmation input.
func DisplayBannerMessage ¶
func HandleHomeDirPath ¶
func IntegerPrompt ¶
IntegerPrompt prompts the user for an integer input.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.