mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 22:31:36 +00:00
perf(cli): slim route-first bootstrap with lazy route handlers
This commit is contained in:
@@ -4,8 +4,8 @@ import { VERSION } from "../version.js";
|
||||
import { getCommandPath, hasHelpOrVersion } from "./argv.js";
|
||||
import { emitCliBanner } from "./banner.js";
|
||||
import { ensurePluginRegistryLoaded } from "./plugin-registry.js";
|
||||
import { findRoutedCommand } from "./program/command-registry.js";
|
||||
import { ensureConfigReady } from "./program/config-guard.js";
|
||||
import { findRoutedCommand } from "./program/routes.js";
|
||||
|
||||
async function prepareRoutedCommand(params: {
|
||||
argv: string[];
|
||||
|
||||
Reference in New Issue
Block a user