doc and text cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ const program = new Command();
|
||||
|
||||
program
|
||||
.name('bmad-build')
|
||||
.description('BMAD-METHOD build tool for creating web bundles')
|
||||
.description('BMad-Method build tool for creating web bundles')
|
||||
.version('4.0.0');
|
||||
|
||||
program
|
||||
@@ -136,7 +136,7 @@ program
|
||||
|
||||
program
|
||||
.command('upgrade')
|
||||
.description('Upgrade a BMAD-METHOD V3 project to V4')
|
||||
.description('Upgrade a BMad-Method V3 project to V4')
|
||||
.option('-p, --project <path>', 'Path to V3 project (defaults to current directory)')
|
||||
.option('--dry-run', 'Show what would be changed without making changes')
|
||||
.option('--no-backup', 'Skip creating backup (not recommended)')
|
||||
|
||||
Reference in New Issue
Block a user