mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 20:17:14 +02:00
Autogenerate missing docs (#3514)
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
This commit is contained in:
17
docs/commands/chart-line.md
Normal file
17
docs/commands/chart-line.md
Normal file
@ -0,0 +1,17 @@
|
||||
# chart line
|
||||
Line charts
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
> chart line (columns) {flags}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
* `(columns)` the columns to chart [x-axis y-axis]
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
* -a, --acc: accumulate values
|
||||
* -u, --use <column path>: column to use for evaluation
|
||||
* -f, --format <string>: Specify date and time formatting
|
||||
|
Reference in New Issue
Block a user