We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2a3bf commit a1ef58dCopy full SHA for a1ef58d
README.md
@@ -99,6 +99,14 @@ $ tt -r 10 binance.BNBUSDT binance.BTCUSDT Huobi.HTUSDT
99
100
NOTE: some exchanges has a strict rate limit, too frequent refresh may cause your IP banned by their servers.
101
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
110
* #### Run with options from a configuration file
111
112
```bash
0 commit comments