create-fesd-app 1.0.0-bate.21 → 1.0.0-bate.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/create-fesd-app.mjs +1 -1
- package/package.json +1 -1
package/bin/create-fesd-app.mjs
CHANGED
|
@@ -162,7 +162,7 @@ program
|
|
|
162
162
|
}, {
|
|
163
163
|
type: "list",
|
|
164
164
|
name: "active",
|
|
165
|
-
message: `Creating fesd-framework in ${chalk.cyan(
|
|
165
|
+
message: (answers) => `Creating fesd-framework in ${chalk.cyan(answers.projectName)}?`,
|
|
166
166
|
choices: ["Yes", "No"], // 選項列表
|
|
167
167
|
default: "Yes", // 預設選項
|
|
168
168
|
},]);
|