run-cli 0.0.53

A CLI to help you run any command
1
2
3
4
5
6
7
This command prints a message with `echo`.

```toml
[[run]]
cmd = ["coreutils", "echo", "message"]

```