Skip to content

Commit 660df90

Browse files
committed
chore: change prompt type from 'list' to 'select' for post type selection
1 parent dfd428d commit 660df90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/new-post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ slug: {slug}
1919
async function newPost() {
2020
const { postType } = await prompt({
2121
message: 'What type of new post to be created?',
22-
type: 'list',
22+
type: 'select',
2323
name: 'postType',
2424
choices: [
2525
{ name: 'Lymphoma', value: 'lymphoma' },

0 commit comments

Comments
 (0)