mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 10:38:07 +02:00
external command
This commit is contained in:
@ -104,6 +104,10 @@ impl Stack {
|
||||
})))
|
||||
}
|
||||
|
||||
pub fn get_env_vars(&self) -> HashMap<String, String> {
|
||||
self.0.borrow().env_vars.clone()
|
||||
}
|
||||
|
||||
pub fn print_stack(&self) {
|
||||
println!("===frame===");
|
||||
println!("vars:");
|
||||
|
Reference in New Issue
Block a user