Merge pull request #285 from nushell/env_shorthand

Add env shorthand
This commit is contained in:
JT
2021-11-04 15:43:10 +13:00
committed by GitHub
8 changed files with 384 additions and 32 deletions

View File

@ -92,6 +92,7 @@ pub fn create_default_context() -> EngineState {
Touch,
Use,
Where,
WithEnv,
Wrap,
Zip
);