mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 14:11:01 +02:00
add a vertical record view
This commit is contained in:
@ -28,7 +28,7 @@ impl Command for FromJson {
|
||||
input: Value,
|
||||
) -> Result<nu_protocol::Value, ShellError> {
|
||||
let span = input.span();
|
||||
let mut string_input = input.into_string();
|
||||
let mut string_input = input.collect_string();
|
||||
string_input.push('\n');
|
||||
|
||||
// TODO: turn this into a structured underline of the nu_json error
|
||||
|
Reference in New Issue
Block a user