cargo-make 0.37.24

Rust task runner and build tool.
Documentation
1
2
3
4
5
6
7
8
9
[env]
ENV1 = "${ENV2}"
ENV3 = "--amount 1 -HrA ${ENV4}"
ENV2 = "${ENV3}"
ENV4 = "--defined yes"

[tasks.echo]
command = "echo"
args = ["@@split(ENV3)"]