forked from extern/nushell
Add support for stderr and exit code (#4647)
This commit is contained in:
@ -28,7 +28,7 @@ impl Command for Describe {
|
||||
input: PipelineData,
|
||||
) -> Result<PipelineData, ShellError> {
|
||||
let head = call.head;
|
||||
if matches!(input, PipelineData::RawStream(..)) {
|
||||
if matches!(input, PipelineData::ExternalStream { .. }) {
|
||||
Ok(PipelineData::Value(
|
||||
Value::string("raw input", call.head),
|
||||
None,
|
||||
|
Reference in New Issue
Block a user