We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be576c2 commit cbe54deCopy full SHA for cbe54de
lib/prompt-library-params.js
@@ -73,7 +73,7 @@ module.exports = async (opts) => {
73
type: 'list',
74
name: 'template',
75
message: 'Template',
76
- choices: ['default', 'typescript','flow', 'custom'],
+ choices: ['default', 'typescript', 'flow', 'custom'],
77
default: opts.template
78
},
79
{
0 commit comments