1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-02 08:06:12 +02:00
Renan Ribeiro a1497716f1
Add job tags ()
# Description

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

Closes 

# 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
..
2025-04-21 20:08:00 +08:00