mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
refactor(plugin-sdk): narrow CLI runtime exports
This commit is contained in:
@@ -2,24 +2,7 @@
|
||||
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user