mirror of
https://github.com/nushell/nushell.git
synced 2025-06-02 16:16:01 +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 {
|
match &example.result {
|
||||||
Some(result) => {
|
Some(result) => {
|
||||||
let _ = write!(long_desc, " {:?}\n", result);
|
let _ = write!(long_desc, "{:#?}\n", result);
|
||||||
}
|
}
|
||||||
None => {}
|
None => {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user