BunStdio
Process stdio for Bun applications.
This module provides the Bun layer for Effect's Stdio service by using the
shared Node stdio implementation. Arguments come from process.argv, input
is read from process.stdin, and output and error output write to
process.stdout and process.stderr.