类似如下, processes: - command: bark-helper-go.exe # 程序名称 args: - "-t" # 运行参数1 - "abcdefghijk" # 运行参数2 options: cwd: C:\bark-helper # 子进程工作目录 log: true # 将在 cwd 目录生成输出日志
类似如下,
processes:
args:
options:
cwd: C:\bark-helper # 子进程工作目录
log: true # 将在 cwd 目录生成输出日志