forked from extern/nushell
Add support for def-env
and export def-env
(#887)
This commit is contained in:
@ -28,11 +28,13 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Alias,
|
||||
Debug,
|
||||
Def,
|
||||
DefEnv,
|
||||
Describe,
|
||||
Do,
|
||||
Echo,
|
||||
ExportCommand,
|
||||
ExportDef,
|
||||
ExportDefEnv,
|
||||
ExportEnv,
|
||||
For,
|
||||
Help,
|
||||
|
Reference in New Issue
Block a user