forked from extern/nushell
16 lines
198 B
Markdown
16 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
|
||
|
|