mirror of
https://github.com/nushell/nushell.git
synced 2025-02-19 03:51:11 +01:00
19 lines
200 B
Markdown
19 lines
200 B
Markdown
---
|
|
title: describe
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
Describe the value(s) piped in.
|
|
|
|
## Signature
|
|
|
|
```> describe ```
|
|
|
|
## Examples
|
|
|
|
Describe the type of a string
|
|
```shell
|
|
> 'hello' | describe
|
|
```
|