Update README

* How to show sub-coomand help
This commit is contained in:
kojix2 2020-11-06 10:29:17 +09:00 committed by GitHub
parent 3ab02e5a05
commit 2ecaa278c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,8 +119,22 @@ Options:
--[no-]labels hide the labels --[no-]labels hide the labels
--fmt VAL xyxy : header is like x1, y1, x2, y2, x3, y3... --fmt VAL xyxy : header is like x1, y1, x2, y2, x3, y3...
xyy : header is like x, y1, y2, y2, y3... xyy : header is like x, y1, y2, y2, y3...
```
Use `--help` to print the subcommand-specific options.
`uplot hist --help`
```
Usage: uplot histogram [options] <in.tsv>
Options for histogram:
--symbol VAL character to be used to plot the bars
--closed VAL
-n, --nbins VAL approximate number of bins
Options:
...
``` ```
## Development ## Development