mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
12 lines
134 B
TOML
12 lines
134 B
TOML
|
|
[tasks.error]
|
|
script = "exit 1"
|
|
|
|
[tasks.ignore]
|
|
script = "exit 1"
|
|
ignore_errors = true
|
|
|
|
[tasks.force]
|
|
script = "exit 1"
|
|
force = true
|