nushell/crates/nu-system
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
..
examples Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
src Add ppid to ps command (#8750) 2023-04-05 13:12:01 -05:00
.gitignore Add nu-system and rewrite ps command (#734) 2022-01-14 17:20:53 +11:00
Cargo.lock Bump to 0.70 (#6800) 2022-10-19 07:13:36 +13:00
Cargo.toml Bump to 0.78.1 development version (#8741) 2023-04-05 13:36:10 +12:00
LICENSE Nu glob (#4818) 2022-03-13 11:30:27 -07:00