Module processkit

Source

Functions§

call
运行命令字符串并捕获输出(stdout + stderr)
run
同步运行命令字符串并将 stdout 打印到控制台(实时输出)
run_and_get_stdout
获取命令输出作为字符串