@vira-ui/cli 2.0.0 → 3.0.0
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 +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -127,7 +127,6 @@ program
|
|
|
127
127
|
if (options.template) {
|
|
128
128
|
template = options.template;
|
|
129
129
|
if (!SUPPORTED_TEMPLATES.includes(template)) {
|
|
130
|
-
console.error(chalk_1.default.red(`Unknown template: ${template}. Use one of: ${SUPPORTED_TEMPLATES.join(", ")}`));
|
|
131
130
|
process.exit(1);
|
|
132
131
|
}
|
|
133
132
|
}
|
|
@@ -180,7 +179,6 @@ program
|
|
|
180
179
|
if (options.template) {
|
|
181
180
|
template = options.template;
|
|
182
181
|
if (!SUPPORTED_TEMPLATES.includes(template)) {
|
|
183
|
-
console.error(chalk_1.default.red(`Unknown template: ${template}. Use one of: ${SUPPORTED_TEMPLATES.join(", ")}`));
|
|
184
182
|
process.exit(1);
|
|
185
183
|
}
|
|
186
184
|
}
|