nu-command 0.41.0

CLI for nushell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod autoenv;
mod autoenv_trust;
mod autoenv_untrust;
mod let_env;
mod load_env;
mod unlet_env;
mod with_env;

pub use autoenv::Autoenv;
pub use autoenv_trust::AutoenvTrust;
pub use autoenv_untrust::AutoenvUntrust;
pub use let_env::LetEnv;
pub use load_env::LoadEnv;
pub use unlet_env::UnletEnv;
pub use with_env::WithEnv;