refactor(plugin-sdk): narrow CLI runtime exports

This commit is contained in:
Peter Steinberger
2026-04-25 12:20:11 +01:00
parent f8a41e5e9c
commit be1d716427

View File

@@ -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";