Documentation
¶
Index ¶
- func PowershellCommand(command string)
- func PowershellOutput(command string) (error, string, string)
- func Run(cmd string)
- func RunMulti(unixCmd string, winCmd string)
- func RunMultiOutput(unixCmd string, winCmd string) (error, string, string)
- func RunOutput(command string) (error, string, string)
- func ShellCommand(command string)
- func ShellOutput(command string) (error, string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PowershellCommand ¶ added in v0.3.4
func PowershellCommand(command string)
`PowershellCommand` executes the powershell command.
func PowershellOutput ¶ added in v0.3.4
`PowershellOutput` returns the output of powershell command, and any errors.
func RunMulti ¶ added in v0.3.4
`RunMulti` executes a command for shell and a command for powershell
func RunMultiOutput ¶ added in v0.3.4
`RunMultiOutput` returns the output of the shell command and the powershell command
func RunOutput ¶ added in v0.3.4
`RunOutput` returns the output of the shared command for shell and powershell
func ShellCommand ¶ added in v0.3.4
func ShellCommand(command string)
`ShellCommand` executes the shell command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.