Documentation
¶
Overview ¶
Package exec provides utility functions for executing commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdWithLogs ¶
CmdWithLogs executes the passed in command in a goroutine while the main thread waits for the command to complete. The main thread logs a message at regular intervals until the command completes. Returns stdout, stderr, and error separately.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.