Skip to content

Release v1.15

Compare
Choose a tag to compare
@dengsgo dengsgo released this 08 Mar 05:59
· 45 commits to master since this release

下载后重命名为 fileboy,路径加入到系统 PATH 变量中即可.

  • 增加 daemon命令,支持以守护进程的方式运行在后台 Unix only
  • 增加 stop命令,用来停止 daemon 进程 Unix only
  • 优化 exec stdout
  • 增加 指令配置项 instruction, 可以通过预定义的指令来控制 command 的行为
  • 增加 should-finish 指令
  • 增加 exec-when-start 指令
  • 增加 ignore-warn 指令
  • 增加 ignore-info 指令
  • 增加 ignore-stdout 指令
  • 增加 ignore-exec-error 指令
  • 使用 mod 管理依赖
  • go version >= 1.13
  • 优化 一些细节