create-rstack 1.7.15 → 1.7.16
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2195,7 +2195,7 @@ async function create({ name, root, templates, skipFiles, getTemplateName, mapES
|
|
|
2195
2195
|
const { isAgent } = await (0, dist.determineAgent)();
|
|
2196
2196
|
if (isAgent) {
|
|
2197
2197
|
console.log('');
|
|
2198
|
-
src_logger.info(
|
|
2198
|
+
src_logger.info(`To create a project non-interactively, run: npx -y create-${name} <DIR> --template <TEMPLATE>`);
|
|
2199
2199
|
}
|
|
2200
2200
|
const argv = parseArgv(processArgv);
|
|
2201
2201
|
if (argv.help) return void logHelpMessage(name, templates, extraTools);
|