fix(cli): map timeseries element types for backend

This commit is contained in:
2026-08-05 18:39:00 +08:00
parent 1407dd3bbe
commit a53839e157
3 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default tool({
command: tool.schema
.string()
.describe(
"tjwater-cli 子命令,不含二进制路径。示例:'project list'、'data timeseries realtime links --start-time 2025-01-01T00:00:00+08:00 --end-time 2025-01-01T01:00:00+08:00'",
"tjwater-cli 子命令,不含二进制路径。示例:'data scheme list'、'data timeseries realtime links --start-time 2025-01-01T00:00:00+08:00 --end-time 2025-01-01T01:00:00+08:00'",
),
timeout: tool.schema
.number()