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