Rewrites the shout CLI in Rust for better performance, with parallel test execution via rayon and the same .shout file format semantics.
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
$ echo hello # this is a comment
|
|
hello
|
|
|
|
$ echo "keep # this"
|
|
keep # this
|