More documentation work

This commit is contained in:
Will Boyd
2025-03-16 09:16:21 -04:00
parent 4f2e027453
commit 17d4b75595
3 changed files with 65 additions and 39 deletions
+6 -6
View File
@@ -4,12 +4,6 @@ export function load() {
// questions with a description are displayed in command line help
// questions with a prompt are included in the wizard (if not set on the command line)
return [
{
name: 'wizard',
type: 'boolean',
description: 'Use wizard',
default: true
},
{
name: 'input',
type: 'file-path',
@@ -100,6 +94,12 @@ export function load() {
],
prompt: inquirer.select
},
{
name: 'wizard',
type: 'boolean',
description: 'Use wizard',
default: true
},
{
name: 'output',
type: 'folder-path',