Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exec ¶
Exec is wrapper over syscall.Exec, invokes the execve(2) system call. On windows it executes Run with the same arguments.
func OpenInBrowser ¶
OpenInBrowser opens the given url on a web browser
func Run ¶
Run is a wrapper over os/exec Cmd.Run that configures Stderr/Stdin/Stdout to the current ones and wait until the process finishes, exiting with the same code. Run will also forward all the signals sent to step to the command.
func RunWithPid ¶
RunWithPid calls Run and writes the process ID in pidFile.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.