out property
Where the startup banner goes.
Injected like every other CLI output, so an embedding tool or a test can
capture it and --quiet can suppress it. Writing to stdout directly
would make the banner the one piece of CLI output that cannot be
redirected.
Implementation
final StringSink out;