Skip to content

ResolvedPromptConfig

Prompt config variant where select/multiselect choices are guaranteed present. The prompt engine receives this (not raw PromptConfig), so it never needs to merge enum values from FlagSchema.

confirm and input configs pass through unchanged.

Signatures

ts
type ResolvedPromptConfig = ConfirmPromptConfig | InputPromptConfig | ResolvedSelectPromptConfig | ResolvedMultiselectPromptConfig;

See Also

Released under the MIT License.