From cfe4eff566441de19d635ef30ca35b9b63489b95 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:11:26 -0700 Subject: [PATCH] update default_context.rs to put the Du command in platform instead core (#5795) --- crates/nu-command/src/default_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/default_context.rs b/crates/nu-command/src/default_context.rs index 04ac32873..b12caec25 100644 --- a/crates/nu-command/src/default_context.rs +++ b/crates/nu-command/src/default_context.rs @@ -36,7 +36,6 @@ pub fn create_default_context(cwd: impl AsRef) -> EngineState { DefEnv, Describe, Do, - Du, Echo, ErrorMake, ExportAlias, @@ -221,6 +220,7 @@ pub fn create_default_context(cwd: impl AsRef) -> EngineState { AnsiGradient, AnsiStrip, Clear, + Du, KeybindingsDefault, Input, KeybindingsListen,