We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd428d commit 660df90Copy full SHA for 660df90
1 file changed
scripts/new-post.ts
@@ -19,7 +19,7 @@ slug: {slug}
19
async function newPost() {
20
const { postType } = await prompt({
21
message: 'What type of new post to be created?',
22
- type: 'list',
+ type: 'select',
23
name: 'postType',
24
choices: [
25
{ name: 'Lymphoma', value: 'lymphoma' },
0 commit comments