Skip to content

Commit

Permalink
Also include the "show specified columns only" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
polyrabbit committed Sep 28, 2018
1 parent 4e2a3bf commit a1ef58d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -99,6 +99,14 @@ $ tt -r 10 binance.BNBUSDT binance.BTCUSDT Huobi.HTUSDT

NOTE: some exchanges has a strict rate limit, too frequent refresh may cause your IP banned by their servers.

* #### Show specified columns only

```bash
$ tt -s=Symbol,Price binance.BTCUSDT
```

See issue [#3](https://github.com/polyrabbit/token-ticker/issues/3) for a discussion on this feature.

* #### Run with options from a configuration file

```bash
Expand Down

0 comments on commit a1ef58d

Please sign in to comment.