Skip to content

Commit 1e11c21

Browse files
authored
Updated the messaging to be clearer for fdc framework selection (#8920)
1 parent 254a69c commit 1e11c21

File tree

1 file changed

+1
-2
lines changed
  • src/init/features/dataconnect

1 file changed

+1
-2
lines changed

src/init/features/dataconnect/sdk.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ async function askQuestions(setup: Setup, config: Config): Promise<SDKInfo> {
116116
if (unusedFrameworks.length > 0) {
117117
const additionalFrameworks = await checkbox<(typeof SUPPORTED_FRAMEWORKS)[number]>({
118118
message:
119-
"Which frameworks would you like to generate SDKs for? " +
120-
"Press Space to select features, then Enter to confirm your choices.",
119+
"Which frameworks would you like to generate SDKs for in addition to the TypeScript SDK? Press Enter to skip.\n",
121120
choices: SUPPORTED_FRAMEWORKS.map((frameworkStr) => ({
122121
value: frameworkStr,
123122
checked: newConnectorYaml?.generate?.javascriptSdk?.[frameworkStr],

0 commit comments

Comments
 (0)