Versions in this module Expand all Collapse all v0 v0.1.2 Nov 19, 2024 v0.1.0 Nov 19, 2024 Changes in this version + func RunCommand(cmd string, option *CmdOption) (output string, err error) + func RunCommandWithExitCode(cmd string, option *CmdOption) (output string, exitCode int, err error) + type CmdOption struct + Timeout time.Duration