run-cli 0.0.53

A CLI to help you run any command
1
2
3
4
5
6
7
8
9
mode = "parallel"

[[run]]
name = "finish second"
cmd = ["coreutils", "sleep", "0.2s"]

[[run]]
name = "finish first"
cmd = ["coreutils", "echo", "first"]