mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 11:54:02 +01: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
|
||
|
|