From 8f4ee14d850e1d89a9a8311feabb94ece4f993af Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Sun, 16 Jan 2022 06:44:24 +1100 Subject: [PATCH] Hide Windows ps status, bump reedline (#749) --- Cargo.lock | 2 +- crates/nu-command/src/system/ps.rs | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1f35a730e..61bf9cfd21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2845,7 +2845,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#4c3c23c9594ab2d58015fc75beb9fd884b763614" +source = "git+https://github.com/nushell/reedline?branch=main#c0fbcf0ed15a02861e20001c8a38023be4b2c1e6" dependencies = [ "chrono", "crossterm", diff --git a/crates/nu-command/src/system/ps.rs b/crates/nu-command/src/system/ps.rs index ef49489e60..301e635724 100644 --- a/crates/nu-command/src/system/ps.rs +++ b/crates/nu-command/src/system/ps.rs @@ -70,11 +70,15 @@ fn run_ps(engine_state: &EngineState, call: &Call) -> Result