collectScaffoldAnswers
collectScaffoldAnswers(
options):Promise<ScaffoldAnswers>
Defined in: wp-typia-project-tools/src/runtime/scaffold-answer-resolution.ts:327
Collect scaffold answers from defaults, CLI overrides, and optional prompts.
Parameters
Section titled “Parameters”options
Section titled “options”CollectScaffoldAnswersOptions
Answer collection inputs including prompt callbacks and explicit overrides.
Returns
Section titled “Returns”Promise<ScaffoldAnswers>
The normalized scaffold answers used for rendering and file generation.