forked from extern/nushell
Add export-env
command (#6355)
* WIP Start export-env * Add missing file * Do not modify the parser Let's leave that for later * Enable tests for export-env; Fmt
This commit is contained in:
@ -40,7 +40,7 @@ pub fn create_default_context() -> EngineState {
|
||||
ExportCommand,
|
||||
ExportDef,
|
||||
ExportDefEnv,
|
||||
ExportEnv,
|
||||
ExportEnvModule,
|
||||
ExportExtern,
|
||||
ExportUse,
|
||||
Extern,
|
||||
@ -352,6 +352,7 @@ pub fn create_default_context() -> EngineState {
|
||||
// Env
|
||||
bind_command! {
|
||||
Env,
|
||||
ExportEnv,
|
||||
LetEnv,
|
||||
LoadEnv,
|
||||
WithEnv,
|
||||
|
Reference in New Issue
Block a user