v0.73.0
What's Changed
- Add support for
string | run(...)
to set stdin by @ldemailly in #238
E.g
("abc" | exec("wc", "-c")).stdout
is " 3\n"
(on a mac)
Full Changelog: v0.72.0...v0.73.0
string | run(...)
to set stdin by @ldemailly in #238E.g
("abc" | exec("wc", "-c")).stdout
is " 3\n"
(on a mac)
Full Changelog: v0.72.0...v0.73.0