shout/shout-rs/test/env.shout
Chris Wanstrath 1c7c0da4b7 Add Rust implementation of the shout test runner
Rewrites the shout CLI in Rust for better performance, with parallel
test execution via rayon and the same .shout file format semantics.
2026-04-02 13:28:48 -07:00

6 lines
78 B
Plaintext

@env GREETING=hello
@env TARGET=world
$ echo "$GREETING $TARGET"
hello world