nu-command 0.62.0

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
8
9
mod env_command;
mod let_env;
mod load_env;
mod with_env;

pub use env_command::Env;
pub use let_env::LetEnv;
pub use load_env::LoadEnv;
pub use with_env::WithEnv;