Oh btw, building the CLI is super easy. If you've already installed Rust using rustup, you can just clone the repository and run `cargo run`. Since the CLI is the only tool that's actually marked as a binary, cargo will automatically build and run that one.
You can then pass parameters like so:
`cargo run -- --label Foo --status Bar --color green`
You can then pass parameters like so: `cargo run -- --label Foo --status Bar --color green`