Remove verbose option (#14646)

as title
This commit is contained in:
martmull
2025-09-22 15:19:57 +02:00
committed by GitHub
parent d6e4bcb533
commit f76e9df3cd
5 changed files with 15 additions and 48 deletions
@@ -24,7 +24,6 @@ export class AppCommand {
'Application directory path (auto-detected if not specified)',
)
.option('-d, --debounce <ms>', 'Debounce delay in milliseconds', '1000')
.option('--verbose', 'Enable verbose logging')
.action(async (options) => {
await this.devCommand.execute(options);
});