package
0.0.0-20230418125424-a366441638e1
Repository: https://github.com/jasonleemz/docker-tools.git
Documentation: pkg.go.dev
# Functions
Command 普通用法(一次性获取所有输出).
ExecCommand 阻塞方式(需要执行结果):需要对shell标准输出的逐行实时进行处理的.
ExecShell 阻塞方式(需要执行结果):阻塞式的执行外部shell命令的函数,等待执行完毕并返回标准输出.
非阻塞方式(不需要执行结果):不需要执行命令的结果与成功与否,执行命令马上就返回.
No description provided by the author
No description provided by the author
No description provided by the author