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