Documentation ¶
Index ¶
- func CreateFile(folder string, fileName string, content string) error
- func ExecCommandStreamingOut(command string) error
- func ExecStringCommand(command string) (string, error)
- func GetCurrentFolderName() (string, error)
- func HandleFatalError(err error)
- func Openbrowser(url string)
- func PathExists(path string) (bool, error)
- func PromptInt(label string) (int, error)
- func PromptPassword(label string) (string, error)
- func PromptSelect(label string, items []string) (string, error)
- func PromptString(label string) (string, error)
- func PromptYN(promtText string) bool
- func StripNewLine(input string) string
- func WaitForever()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecCommandStreamingOut ¶
func ExecStringCommand ¶
func GetCurrentFolderName ¶
func HandleFatalError ¶
func HandleFatalError(err error)
func Openbrowser ¶
func Openbrowser(url string)
func PathExists ¶
func PromptPassword ¶
func PromptString ¶
func StripNewLine ¶
func WaitForever ¶
func WaitForever()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.