mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +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,
|
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,
|
||||||
|
|
Loading…
Reference in a new issue