mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 16:20:23 +00:00
fix(cli): drop logs --localTime alias noise
This commit is contained in:
@@ -207,7 +207,6 @@ export function registerLogsCli(program: Command) {
|
||||
.option("--plain", "Plain text output (no ANSI styling)", false)
|
||||
.option("--no-color", "Disable ANSI colors")
|
||||
.option("--local-time", "Display timestamps in local timezone", false)
|
||||
.option("--localTime", "Alias for --local-time", false)
|
||||
.addHelpText(
|
||||
"after",
|
||||
() =>
|
||||
|
||||
Reference in New Issue
Block a user