mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 22:59:52 +02:00
Introduce metadata into the pipeline (#397)
This commit is contained in:
@@ -94,7 +94,7 @@ impl ExternalCommand {
|
||||
|
||||
// If there is an input from the pipeline. The stdin from the process
|
||||
// is piped so it can be used to send the input information
|
||||
if !matches!(input, PipelineData::Value(Value::Nothing { .. })) {
|
||||
if !matches!(input, PipelineData::Value(Value::Nothing { .. }, ..)) {
|
||||
process.stdin(Stdio::piped());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user