mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-14 04:06:45 +09:00
Show example paths during wizard
This commit is contained in:
@@ -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
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user