mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
7 lines
106 B
TOML
7 lines
106 B
TOML
extend = "script.toml"
|
|
|
|
[tasks.hello-world]
|
|
clear = true
|
|
command = "echo"
|
|
args = ["extended hello world"]
|