update default_context.rs to put the Du command in platform instead core (#5795)

This commit is contained in:
Michael Angerman 2022-06-15 11:11:26 -07:00 committed by GitHub
parent 38f3957edf
commit cfe4eff566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
DefEnv, DefEnv,
Describe, Describe,
Do, Do,
Du,
Echo, Echo,
ErrorMake, ErrorMake,
ExportAlias, ExportAlias,
@ -221,6 +220,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
AnsiGradient, AnsiGradient,
AnsiStrip, AnsiStrip,
Clear, Clear,
Du,
KeybindingsDefault, KeybindingsDefault,
Input, Input,
KeybindingsListen, KeybindingsListen,