Add support for def-env and export def-env (#887)

This commit is contained in:
JT
2022-01-29 15:45:46 -05:00
committed by GitHub
parent bffb4950c2
commit 44821d9941
9 changed files with 194 additions and 6 deletions

View File

@ -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,