Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions commands/docs/job.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: job
categories: |
strings
experimental
version: 0.103.0
strings: |
Various commands for working with background jobs.
Expand Down Expand Up @@ -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 |
| [`job unfreeze`](/commands/docs/job_unfreeze.md) | Unfreeze a frozen process job in foreground. | built-in |
Loading