mirror of
https://github.com/nushell/nushell
synced 2024-12-27 13:33:16 +00:00
update default_context.rs to put the Du command in platform instead core (#5795)
This commit is contained in:
parent
38f3957edf
commit
cfe4eff566
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue