From c6d3141a0adc2bc1e5660475727a986099005de8 Mon Sep 17 00:00:00 2001 From: Luca Scherzer <83914554+lucascherzer@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:07:05 +0200 Subject: [PATCH] docs: add link to issue So readers can easily see the progress of this feature. --- book/background_jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/background_jobs.md b/book/background_jobs.md index 2f5828de7ff..212c8e37bdc 100644 --- a/book/background_jobs.md +++ b/book/background_jobs.md @@ -100,7 +100,7 @@ An important side effect of this, is that all background jobs will terminate onc process exits. For this reason, Nushell has no UNIX-like `disown` command to prevent jobs from terminating once the shell exits. To account for that, there are plans for a `job dispatch` implementation in the future, -for spawning independent background processes. +for spawning independent background processes (see [#15201](https://github.com/nushell/nushell/issues/15193?issue=nushell%7Cnushell%7C15201) for progress). Additionally, if the user is running an interactive Nushell session and runs [`exit`](/commands/docs/exit.md) while there are background jobs running,