v0.11.4
Fixed
--onceno longer wipes terminal scrollback. The mode used to
callconsole.clear()before rendering, which emits the
clear-screen + clear-scrollback escape on modern terminals — the
user's working context above the snapshot disappeared even though
--oncenever entered an alt-screen. The snapshot now renders in
place at the cursor like any other print-and-exit CLI tool.