update default_context.rs to put the Du command in platform instead core (#5795)
This commit is contained in:
parent
38f3957edf
commit
cfe4eff566
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user