简体中文
主题
在 .unirtm.toml 中定义的任务可以具有复杂的配置属性:
.unirtm.toml
[tasks.build] description = "编译项目" run = "go build" env = { CGO_ENABLED = "0" }