mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 23:39:48 +02:00
Add env shorthand
This commit is contained in:
@@ -64,6 +64,9 @@ impl Stack {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: this is probably slow
|
||||
output.env_vars = self.env_vars.clone();
|
||||
|
||||
output
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user