Skip to content

Commit 406f2a9

Browse files
Michael YuanMichael Yuan
authored andcommitted
docs: replace Output Modes section with inline note
1 parent f733d7f commit 406f2a9

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ A Rust CLI tool for agentic trading and market intelligence — spot and perpetu
1515
- [Open and close perp positions](#open-and-close-perp-positions)
1616
- [Commodity perp on Hyperliquid (USDT0 conversion)](#commodity-perp-on-hyperliquid-usdt0-conversion)
1717
- [Prediction market trading (Polymarket)](#prediction-market-trading-polymarket)
18-
- [Output Modes](#output-modes)
1918
- [Exchange Support](#exchange-support)
2019
- [Exchange Capability Matrix](#exchange-capability-matrix)
2120
- [Global Exchange Flag](#global-exchange-flag)
@@ -244,25 +243,7 @@ fintool predict positions
244243
fintool predict deposit --amount 100 --from base
245244
```
246245

247-
## Output Modes
248-
249-
**Human-readable (default):** Colored, formatted terminal output.
250-
251-
```bash
252-
fintool quote BTC
253-
fintool balance
254-
```
255-
256-
**JSON mode:** Pass a full command as JSON for programmatic use. Output is always JSON.
257-
258-
```bash
259-
fintool --json '{"command":"quote","symbol":"BTC"}'
260-
fintool --json '{"command":"balance"}'
261-
```
262-
263-
See [JSON Mode](#json-mode) for the full schema.
264-
265-
---
246+
> **Note:** fintool also supports a `--json` mode for scripting and agent integration — pass a full command as a JSON string and get JSON output. See [JSON Mode](#json-mode) for details.
266247
267248
## Exchange Support
268249

0 commit comments

Comments
 (0)