cargo-make 0.37.24

Rust task runner and build tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11

[tasks.error]
script = "exit 1"

[tasks.ignore]
script = "exit 1"
ignore_errors = true

[tasks.force]
script = "exit 1"
force = true