fix(cli): clarify --tz help text for offset-less --at values · openclaw/openclaw@231b5a1
rrrrrredy
·
2026-06-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -87,7 +87,10 @@ export function registerCronEditCommand(cron: Command) {
|
87 | 87 | .option("--session-key <key>", "Set session key for job routing") |
88 | 88 | .option("--clear-session-key", "Unset session key", false) |
89 | 89 | .option("--wake <mode>", "Wake mode (now|next-heartbeat)") |
90 | | -.option("--at <when>", "Set one-shot time (ISO) or duration like 20m") |
| 90 | +.option( |
| 91 | +"--at <when>", |
| 92 | +"Set one-shot time (ISO, offset-less uses --tz) or duration like 20m", |
| 93 | +) |
91 | 94 | .option("--every <duration>", "Set interval duration like 10m") |
92 | 95 | .option("--cron <expr>", "Set cron expression") |
93 | 96 | .option( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。