Skip to content

Commit 3d1cf85

Browse files
committed
♻️ refactor: remove verbose option from watch command configuration
1 parent a723675 commit 3d1cf85

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Console/Command/Theme/WatchCommand.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ protected function configure()
5050
InputOption::VALUE_OPTIONAL,
5151
'Theme to watch (format: Vendor/theme)'
5252
)
53-
->addOption(
54-
'verbose',
55-
'v',
56-
InputOption::VALUE_NONE,
57-
'Enable verbose output'
58-
)
5953
->setAliases(['frontend:watch']);
6054
}
6155

0 commit comments

Comments
 (0)