sshhost-run-returns-3-tuple

Status: IN

`SSHHost.run()` returns a 3-tuple `(stdout, stderr, rc)` and does not raise an exception on non-zero return code — the caller must check `rc`.

Source: entries/2026/05/11/examples-04-ftl-modules-example_remote.md

JSON