nushell/crates/nu-system/src
Jelle Besseling 65c90d5b45
Add ppid to ps command (#8750)
# Description

Adds the `ppid` field that's available on all supported platforms to the
`ps` command. This would be useful in my scripts.

# User-Facing Changes

- ps output now contains an extra column

# Tests + Formatting

Not sure if I need to add a test for this

# After Submitting

Update https://www.nushell.sh/book/quick_tour.html#quick-tour to show
the new table
2023-04-05 13:12:01 -05:00
..
foreground.rs Turn off foreground processes on macOS (#7068) 2022-11-10 07:39:09 +13:00
lib.rs Foreground process group management, again (#6584) 2022-09-29 13:37:48 -05:00
linux.rs Add ppid to ps command (#8750) 2023-04-05 13:12:01 -05:00
macos.rs Add ppid to ps command (#8750) 2023-04-05 13:12:01 -05:00
windows.rs Add ppid to ps command (#8750) 2023-04-05 13:12:01 -05:00