@gx-design-vue/create-gx-cli 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/cli.js +0 -1
package/package.json
CHANGED
package/src/cli.js
CHANGED
@@ -43,7 +43,6 @@ function parseArgumentsIntoOptions() {
|
|
43
43
|
}
|
44
44
|
|
45
45
|
async function promptForMissingOptions(options) {
|
46
|
-
console.log(typeof options.template === 'string' && !TEMPLATES.includes(options.template))
|
47
46
|
const answers = await prompts([
|
48
47
|
{
|
49
48
|
type: options.projectName ? null : 'text',
|