Skip to content

Commit a1ef58d

Browse files
authored
Also include the "show specified columns only" feature
1 parent 4e2a3bf commit a1ef58d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ $ tt -r 10 binance.BNBUSDT binance.BTCUSDT Huobi.HTUSDT
9999

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

102+
* #### Show specified columns only
103+
104+
```bash
105+
$ tt -s=Symbol,Price binance.BTCUSDT
106+
```
107+
108+
See issue [#3](https://github.com/polyrabbit/token-ticker/issues/3) for a discussion on this feature.
109+
102110
* #### Run with options from a configuration file
103111

104112
```bash

0 commit comments

Comments
 (0)