forked from extern/nushell
Add env shorthand
This commit is contained in:
2
crates/nu-command/src/env/mod.rs
vendored
2
crates/nu-command/src/env/mod.rs
vendored
@ -1,3 +1,5 @@
|
||||
mod let_env;
|
||||
mod with_env;
|
||||
|
||||
pub use let_env::LetEnv;
|
||||
pub use with_env::WithEnv;
|
||||
|
Reference in New Issue
Block a user