Documentation ¶ Index ¶ func RunOnce(path, command string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunOnce ¶ func RunOnce(path, command string) error RunOnce runs the given command only once in the given directory. If the command has already been executed, it will simply return nil. The command will be executed in the given directory, and its output will be streamed to the terminal. Types ¶ This section is empty. Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.