diff --git a/crates/nu-std/std/help.nu b/crates/nu-std/std/help.nu index df6c4c6ca6..614ec402d1 100644 --- a/crates/nu-std/std/help.nu +++ b/crates/nu-std/std/help.nu @@ -658,7 +658,7 @@ def build-command-page [command: record] { $" > ($example.example | nu-highlight)" (if not ($example.result | is-empty) { $example.result - | table + | table -e | to text | if ($example.result | describe) == "binary" { str join } else { lines } | each {|line|