Files
Hogan 3a8e735e5a docs(cli): v0.21.0 new commands — business-segments, industry-rank, industry-peers, financial-report snapshot, institution-rating --views (#998)
## Summary

Adds documentation for the 5 new commands/flags in CLI v0.21.0.

### New docs (en / zh-CN / zh-HK)
- **`business-segments`** — revenue breakdown by segment, current or
historical
- **`industry-rank`** — industry ranking by market and indicator;
counter_id links to `industry-peers`
- **`industry-peers`** — hierarchical sub-sector tree

### Updated docs
- **`financial-report`** — added `snapshot` subcommand section (AI
earnings summary + beat/miss + peer dates)
- **`institution-rating`** — added `--views` flag section
(month-by-month rating distribution)

### Release notes
- Added v0.21.0 entry to `cli/release-notes.md` (en/zh-CN/zh-HK)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-15 19:04:14 +08:00
..
2025-07-18 16:36:28 +08:00

vitepress 常用语法

  • // [!code focus] 可以使得代码块聚焦某一行
  • ts{2-3,5} 使得第 2-3 行和第 5 行显示高亮
  • 在某一行上添加 // [!code --]// [!code ++] 注释将创建该行的差异,同时保留代码块的颜色
    • // [!code warning]// [!code error] 错误和警告
  • ::: code-group 实现代码组
  • :::tabs key:language 实现记忆组切换