package
0.0.0-20190918005715-796898be05da
Repository: https://github.com/ennoo/rivet.git
Documentation: pkg.go.dev

# Functions

ExecCommand 执行cmd命令 commandName 命令执行文件名 命令后续参数以字符串数组的方式传入 返回值 int 执行命令后输出总行数 []string 执行命令后输出内容按行放入字符串数组.
ExecCommandTail 实时打印执行脚本过程中的命令.