fix(cli): drop logs --localTime alias noise

This commit is contained in:
Sebastian
2026-02-11 08:34:03 -05:00
parent 66ca5746ce
commit f32214ea27
3 changed files with 2 additions and 3 deletions

View File

@@ -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",
() =>