Remove unused import from run-main.ts

Deleted the unused import of hasHelpOrVersion from argv.js to clean up the code.
This commit is contained in:
Gustavo Madeira Santana
2026-01-18 16:09:06 -05:00
committed by Peter Steinberger
parent acb523de86
commit 97971f3aef

View File

@@ -8,7 +8,6 @@ import { ensureClawdbotCliOnPath } from "../infra/path-env.js";
import { assertSupportedRuntime } from "../infra/runtime-guard.js";
import { installUnhandledRejectionHandler } from "../infra/unhandled-rejections.js";
import { enableConsoleCapture } from "../logging.js";
import { hasHelpOrVersion } from "./argv.js";
import { tryRouteCli } from "./route.js";
export function rewriteUpdateFlagArgv(argv: string[]): string[] {