mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 22:57:07 +02:00
print the full example output in debug mode
This commit is contained in:
parent
2ea8087fbf
commit
a19a6082c4
@ -212,7 +212,7 @@ fn get_documentation(
|
||||
|
||||
match &example.result {
|
||||
Some(result) => {
|
||||
let _ = write!(long_desc, " {:?}\n", result);
|
||||
let _ = write!(long_desc, "{:#?}\n", result);
|
||||
}
|
||||
None => {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user