$ podman run -it --rm nushell/nu:devel
/> ps
━━━━━┯━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━
pid │ name │ status │ cpu
─────┼──────┼──────────┼──────────
1 │ nu │ Sleeping │ 0.000000
━━━━━┷━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━
/> ps | to-csv
error: Expected an object with CSV-compatible structure.span() from pipeline
- shell:1:5
1 | ps | to-csv
| ^^^^^^ requires CSV-compatible input
- shell:1:0
1 | ps | to-csv
| -- originates from here