nushell/crates/nu-command/src/env
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
..
config Add job tags (#15555) 2025-04-21 20:08:00 +08:00
export_env.rs fix error propagation in export-env (#14847) 2025-01-16 13:59:39 -06:00
load_env.rs Run-time pipeline input typechecking tweaks (#14922) 2025-02-02 15:51:47 -05:00
mod.rs Add command to get evaluated color setting (#14683) 2024-12-27 06:58:18 -06:00
source_env.rs Refactor I/O Errors (#14927) 2025-01-28 16:03:31 -06:00
with_env.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00