Skip to content

Commit f99f883

Browse files
committed
chore: move 'job' from strings category to experimental
1 parent a9800e6 commit f99f883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/docs/job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: job
33
categories: |
4-
strings
4+
experimental
55
version: 0.103.0
66
strings: |
77
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
3737
| [`job kill`](/commands/docs/job_kill.md) | Kill a background job. | built-in |
3838
| [`job list`](/commands/docs/job_list.md) | List background jobs. | built-in |
3939
| [`job spawn`](/commands/docs/job_spawn.md) | Spawn a background job and retrieve its ID. | built-in |
40-
| [`job unfreeze`](/commands/docs/job_unfreeze.md) | Unfreeze a frozen process job in foreground. | built-in |
40+
| [`job unfreeze`](/commands/docs/job_unfreeze.md) | Unfreeze a frozen process job in foreground. | built-in |

0 commit comments

Comments
 (0)