| 1 | import { AppError } from '../../kernel/errors.ts'; |
| 2 | import type { CommandSchemaOverride } from '../../utils/cli-command-schema-types.ts'; |
| 3 | import { enumField, requiredField, stringField } from '../command-input.ts'; |
| 4 | import { defineCommandFacet, defineCommandFamilyFromFacets } from '../family/types.ts'; |
nothing calls this directly
no test coverage detected