nushell/crates/nu-engine/src
Wind 1058707a29
make stderr works for failed external command (#11914)
# Description
Fixes: #11913

When running external command, nushell shouldn't consumes stderr
messages, if user want to redirect stderr.

# User-Facing Changes
NaN

# Tests + Formatting
Done

# After Submitting
NaN
2024-02-21 21:15:05 +08:00
..
call_ext.rs make the ansi command const (#11682) 2024-01-30 16:09:43 -06:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
documentation.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
env.rs Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
eval.rs make stderr works for failed external command (#11914) 2024-02-21 21:15:05 +08:00
glob_from.rs Unify glob behavior on open, rm, cp-old, mv, umv, cp and du commands (#11621) 2024-01-26 21:57:35 +08:00
lib.rs Allow operator in constants (#10212) 2023-09-05 16:35:58 +02:00
scope.rs Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00