mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 21:08:34 +00:00
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
15 lines
198 B
Markdown
15 lines
198 B
Markdown
# chart
|
|
Displays charts.
|
|
|
|
## Usage
|
|
```shell
|
|
> chart <subcommand> {flags}
|
|
```
|
|
|
|
## Subcommands
|
|
* chart bar - Bar charts
|
|
* chart line - Line charts
|
|
|
|
## Flags
|
|
* -h, --help: Display this help message
|
|
|