From be1d716427a0364c1cec9933d5775bcaec62fdda Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 25 Apr 2026 12:20:11 +0100 Subject: [PATCH] refactor(plugin-sdk): narrow CLI runtime exports --- src/plugin-sdk/cli-runtime.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/plugin-sdk/cli-runtime.ts b/src/plugin-sdk/cli-runtime.ts index a47ea39507f..fb1dcb0dce0 100644 --- a/src/plugin-sdk/cli-runtime.ts +++ b/src/plugin-sdk/cli-runtime.ts @@ -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";