Show example paths during wizard

This commit is contained in:
Will Boyd
2025-01-27 17:12:17 -05:00
parent 91073742fa
commit 8d4e7a03fc
2 changed files with 25 additions and 10 deletions
+4
View File
@@ -29,6 +29,7 @@ export const all = [
value: false
}
],
isPathQuestion: true,
prompt: inquirer.select
},
{
@@ -46,6 +47,7 @@ export const all = [
value: false
}
],
isPathQuestion: true,
prompt: inquirer.select
},
{
@@ -67,6 +69,7 @@ export const all = [
value: 'none'
}
],
isPathQuestion: true,
prompt: inquirer.select
},
{
@@ -92,6 +95,7 @@ export const all = [
value: 'none'
}
],
isPathQuestion: true,
prompt: inquirer.select
}
];