From 1eb4a4adf8ba6b6f3c9ac236753a020428e424c5 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 1 Dec 2022 16:47:24 -0700 Subject: [PATCH] Update newsfragments/3921.feature Co-authored-by: Jean-Paul Calderone --- newsfragments/3921.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/3921.feature b/newsfragments/3921.feature index f2c3a98bd..798aee817 100644 --- a/newsfragments/3921.feature +++ b/newsfragments/3921.feature @@ -1,4 +1,4 @@ -Automatically exit when stdin is closed +`tahoe run ...` will now exit when its stdin is closed. This facilitates subprocess management, specifically cleanup. When a parent process is running tahoe and exits without time to do "proper" cleanup at least the stdin descriptor will be closed.