nushell/crates/nu_plugin_ps/src
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
..
nu Change f/full flag to l/long for ls and ps commands (#2283) 2020-08-02 06:30:45 +12:00
lib.rs Default plugins are independent and called from Nu. (#1322) 2020-01-31 17:45:33 -05:00
main.rs Default plugins are independent and called from Nu. (#1322) 2020-01-31 17:45:33 -05:00
ps.rs Fix 'ps -l' output when a process doesn't have a parent process. (#3015) 2021-02-06 22:41:08 +13:00