mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 23:20:42 +00:00
fix(browser): lazy-load browser CLI runtime
Co-authored-by: pandego <7780875+pandego@users.noreply.github.com> Co-authored-by: Tianworld <3580442280@qq.com>
This commit is contained in:
@@ -1,7 +1,31 @@
|
||||
// Public CLI/output helpers for plugins that share terminal-facing command behavior.
|
||||
|
||||
export * from "../cli/command-format.js";
|
||||
export {
|
||||
buildCommandGroupEntries,
|
||||
defineImportedCommandGroupSpec,
|
||||
defineImportedCommandGroupSpecs,
|
||||
defineImportedProgramCommandGroupSpec,
|
||||
defineImportedProgramCommandGroupSpecs,
|
||||
resolveCommandGroupEntries,
|
||||
type CommandGroupDescriptorSpec,
|
||||
type ImportedCommandGroupDefinition,
|
||||
type ImportedProgramCommandGroupDefinition,
|
||||
type NamedCommandDescriptor,
|
||||
} from "../cli/program/command-group-descriptors.js";
|
||||
export {
|
||||
findCommandGroupEntry,
|
||||
getCommandGroupNames,
|
||||
registerCommandGroupByName,
|
||||
registerCommandGroups,
|
||||
registerLazyCommandGroup,
|
||||
removeCommandGroupNames,
|
||||
type CommandGroupEntry,
|
||||
type CommandGroupPlaceholder,
|
||||
} from "../cli/program/register-command-groups.js";
|
||||
export * from "../cli/parse-duration.js";
|
||||
export { resolveCliArgvInvocation, type CliArgvInvocation } from "../cli/argv-invocation.js";
|
||||
export { shouldEagerRegisterSubcommands } from "../cli/command-registration-policy.js";
|
||||
export * from "../cli/wait.js";
|
||||
export { stylePromptTitle } from "../terminal/prompt-style.js";
|
||||
export * from "../version.js";
|
||||
|
||||
Reference in New Issue
Block a user