mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 22:04:36 +02:00
Improve help and make binary a primitive
This commit is contained in:
@ -35,11 +35,6 @@ impl RenderView for GenericView<'_> {
|
||||
view.render_view(host)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Value::Binary(_) => {
|
||||
host.stdout("<Binary>");
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user