nushell/crates/nu-command/src/experimental
Renan Ribeiro a1497716f1
Add job tags (#15555)
# Description

This PR implements job tagging through the usage of a new `job tag`
command and a `--tag` for `job spawn`

Closes #15354

# User-Facing Changes

- New `job tag` command
- Job list may now have an additional `tag` column for the tag of jobs
(rows representing jobs without tags do not have this column filled)
- New `--tag` flag for `job spawn`

# Tests + Formatting

Integration tests are provided to test the newly implemented features

# After Submitting

Possibly document job tagging in the jobs documentation
2025-04-21 20:08:00 +08:00
..
is_admin.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
job_kill.rs Jobs (#14883) 2025-02-25 12:09:52 -05:00
job_list.rs Add job tags (#15555) 2025-04-21 20:08:00 +08:00
job_spawn.rs Add job tags (#15555) 2025-04-21 20:08:00 +08:00
job_tag.rs Add job tags (#15555) 2025-04-21 20:08:00 +08:00
job_unfreeze.rs Add job tags (#15555) 2025-04-21 20:08:00 +08:00
job.rs chore: move 'job' to experimental category (#15568) 2025-04-14 22:28:16 +02:00
mod.rs Add job tags (#15555) 2025-04-21 20:08:00 +08:00