We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979bc4c commit 93b1510Copy full SHA for 93b1510
packages/cli/src/cli/cmd/init.ts
@@ -131,7 +131,7 @@ export default new InteractiveCommand()
131
} else {
132
spinner.succeed("No existing locale files found.");
133
const useDefault = await confirm({
134
- message: `Use default path ${patterns.join(", ")}?`,
+ message: `Use (and create) default path ${patterns.join(", ")}?`,
135
});
136
ensurePatterns(patterns, options.source);
137
if (useDefault) {
0 commit comments