forked from extern/nushell
Add support for load-env (#752)
This commit is contained in:
@ -234,6 +234,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
|
||||
// Conversions
|
||||
bind_command! {
|
||||
Fmt,
|
||||
Into,
|
||||
IntoBool,
|
||||
IntoBinary,
|
||||
@ -242,14 +243,14 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
IntoFilesize,
|
||||
IntoInt,
|
||||
IntoString,
|
||||
Fmt,
|
||||
};
|
||||
|
||||
// Env
|
||||
bind_command! {
|
||||
LetEnv,
|
||||
WithEnv,
|
||||
Env,
|
||||
LetEnv,
|
||||
LoadEnv,
|
||||
WithEnv,
|
||||
};
|
||||
|
||||
// Math
|
||||
|
Reference in New Issue
Block a user