From f99f883e4461fbcd2881e0f8f945104ab642a64d Mon Sep 17 00:00:00 2001 From: 0x4D5352 <67082011+0x4D5352@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:09:18 -0500 Subject: [PATCH] chore: move 'job' from strings category to experimental --- commands/docs/job.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/docs/job.md b/commands/docs/job.md index a78c9c1bed7..25c3fad61d2 100644 --- a/commands/docs/job.md +++ b/commands/docs/job.md @@ -1,7 +1,7 @@ --- title: job categories: | - strings + experimental version: 0.103.0 strings: | Various commands for working with background jobs. @@ -37,4 +37,4 @@ You must use one of the following subcommands. Using this command as-is will onl | [`job kill`](/commands/docs/job_kill.md) | Kill a background job. | built-in | | [`job list`](/commands/docs/job_list.md) | List background jobs. | built-in | | [`job spawn`](/commands/docs/job_spawn.md) | Spawn a background job and retrieve its ID. | built-in | -| [`job unfreeze`](/commands/docs/job_unfreeze.md) | Unfreeze a frozen process job in foreground. | built-in | \ No newline at end of file +| [`job unfreeze`](/commands/docs/job_unfreeze.md) | Unfreeze a frozen process job in foreground. | built-in |