Documentation ¶
Index ¶
- func Addslashes(str string) string
- func Clearscreen()
- func CmdRunBuffer(shellCmd string)
- func CmdRunOnly(cmdString string)
- func CmdRunProgress(shellCmd string)
- func Command(cmdString string)
- func CommandExists(cmd string) bool
- func DeleteArray(s []string, index int) []string
- func DirExists(dirname string) bool
- func Escape(s string) string
- func FileExists(filename string) bool
- func InitConf()
- func Isset(arr []string, index int) bool
- func ReadConf(path ...string)
- func Stripslashes(str string) string
- type Configuration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Addslashes ¶
Addslashes Escape single quote and double quote characters from string
func CmdRunBuffer ¶
func CmdRunBuffer(shellCmd string)
CmdRunBuffer Execute shell command and capture the output into buffer and print out
func CmdRunProgress ¶
func CmdRunProgress(shellCmd string)
CmdRunProgress Execute shell command with progress
func CommandExists ¶
CommandExists Check is command exists and able to be execute
func DeleteArray ¶
DeleteArray Delete array element by index
Types ¶
Click to show internal directories.
Click to hide internal directories.