refactor: flatten account command to a single balances view
Remove overview/balances/positions subcommands in favor of one `account` command that returns all balances with an `is_dust` flag. Add descriptions to every parser and expose -a/--agent and --doc on all leaf commands for better help discoverability. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -85,11 +85,9 @@ coin market klines --doc
|
||||
|
||||
```bash
|
||||
# Account (aliases: a, acc)
|
||||
coinhunter account overview
|
||||
coinhunter account overview --agent
|
||||
coin a ov
|
||||
coin acc bal
|
||||
coin a pos
|
||||
coinhunter account
|
||||
coinhunter account --agent
|
||||
coin a
|
||||
|
||||
# Market (aliases: m)
|
||||
coinhunter market tickers BTCUSDT ETH/USDT sol-usdt
|
||||
|
||||
Reference in New Issue
Block a user