mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 18:20:25 +00:00
200 B
200 B
| title | layout | version |
|---|---|---|
| describe | command | 0.59.1 |
Describe the value(s) piped in.
Signature
> describe
Examples
Describe the type of a string
> 'hello' | describe