nushell/crates/nu-command/src
Amirhossein Akhlaghpour aef88aa03e
Load env pwd (#7963)
# Description

Fixes #7940
avoid `load-env` to change PWD 

# User-Facing Changes

`{"PWD": whatever} | load-env` now fails
2023-02-05 23:40:46 +01:00
..
bits Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
bytes Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
charting Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
conversions Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
core_commands Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
database Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
dataframe Apply more recent/nightly clippy lints (#7916) 2023-01-30 14:06:36 +01:00
date Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
deprecated Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
env Load env pwd (#7963) 2023-02-05 23:40:46 +01:00
experimental Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
filesystem Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
filters Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
formats Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
generators Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
hash Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
math Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
misc Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
network Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
path Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
platform Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
random Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
shells Add more input/output type annotations (#7532) 2022-12-21 20:20:46 +01:00
strings Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
system Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
viewers Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
default_context.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
example_test.rs Remove deprecated --numbered flag from four commands (#7777) 2023-02-02 16:59:58 -06:00
input_handler.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
lib.rs Progress bar Implementation (#7661) 2023-01-10 20:57:48 -05:00
progress_bar.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
sort_utils.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00