mirror of
https://github.com/nushell/nushell
synced 2024-12-31 23:39:00 +00:00
12 lines
143 B
Markdown
12 lines
143 B
Markdown
|
# describe
|
||
|
Describes the objects in the stream.
|
||
|
|
||
|
## Usage
|
||
|
```shell
|
||
|
> describe {flags}
|
||
|
```
|
||
|
|
||
|
## Flags
|
||
|
* -h, --help: Display this help message
|
||
|
|