nushell/crates/nu_plugin_ps
Qwanve d66baaceb9
Fix 'ps -l' output when a process doesn't have a parent process. (#3015)
Before, ps would not insert a value if the process didn't have a parent.
Now, ps will insert an empty cell. This caused broken tables as some
rows didn't have all the columns.
2021-02-06 22:41:08 +13:00
..
src Fix 'ps -l' output when a process doesn't have a parent process. (#3015) 2021-02-06 22:41:08 +13:00
Cargo.toml Update some deps (#3011) 2021-02-06 09:54:54 +13:00