1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 11:37:10 +01:00
nushell/crates/nu-system
Jelle Besseling 65c90d5b45
Add ppid to ps command ()
# 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 () 2023-01-24 12:23:42 +01:00
src Add ppid to ps command () 2023-04-05 13:12:01 -05:00
.gitignore Add nu-system and rewrite ps command () 2022-01-14 17:20:53 +11:00
Cargo.lock Bump to 0.70 () 2022-10-19 07:13:36 +13:00
Cargo.toml Bump to 0.78.1 development version () 2023-04-05 13:36:10 +12:00
LICENSE Nu glob () 2022-03-13 11:30:27 -07:00