mirror of
https://github.com/nushell/nushell.git
synced 2024-12-02 13:24:30 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
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
|
|
|