CLI 树
ChatMath 当前是 root-only CLI。这个页面必须从真实 chatmath --tree 输出同步,不能手写未来命令。
chatmath
├── --help # Show this message and exit.
├── --version # Show the version and exit.
├── --tree # Print the registered CLI tree and exit.
└── --tree-brief # Print the registered CLI tree without parameter signatures and exit.
当前状态
| 入口 | 状态 | 说明 |
|---|---|---|
chatmath --help |
已实现 | 显示根命令帮助。 |
chatmath --version |
已实现 | 显示已安装包版本。 |
chatmath --tree |
已实现 | 显示当前真实 CLI 树并保留参数签名。 |
chatmath --tree-brief |
已实现 | 显示相同命令节点和描述,但省略参数签名。 |
| Mathematics tooling 子命令 | 尚未实现 | 未来有真实数学工具能力后再加入 CLI。 |
更新规则
新增真实命令时,先更新 Click 注册面和测试,再运行 chatmath --tree 与 chatmath --tree-brief 回填 README 与本页。两个树选项由 ChatStyle 的 add_tree_option() 提供,不要添加包内 renderer。