mirror of
https://github.com/nushell/nushell
synced 2025-01-15 14:44:14 +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