From 63738c8f2c5d0a5f4347b8557728cbbcd82b17fb Mon Sep 17 00:00:00 2001 From: Yijia-Xiao Date: Wed, 16 Sep 2026 20:19:49 +0000 Subject: [PATCH] docs: drop the analyze subcommand from the CLI examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d15003375..6f4a0c3d6 100644 --- a/README.md +++ b/README.md @@ -278,8 +278,8 @@ Checkpoint resume is opt-in via `--checkpoint`. When enabled, LangGraph saves st Per-ticker SQLite databases live at `~/.tradingagents/cache/checkpoints/.db` (override the base with `TRADINGAGENTS_CACHE_DIR`). Use `--clear-checkpoints` to reset all of them before a run. ```bash -tradingagents analyze --checkpoint # enable for this run -tradingagents analyze --clear-checkpoints # reset before running +tradingagents --checkpoint # enable for this run +tradingagents --clear-checkpoints # reset before running ``` ```python