Skip to content

Commit f0d31ab

Browse files
committed
🐛 fix: remove duplicate --verbose option from WatchCommand
1 parent 3d1cf85 commit f0d31ab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ All notable changes to this project will be documented in this file.
66

77
## UNRELEASED
88

9-
109
### Added
1110

1211
- feat: add verbose output support for watch task with `-v` flag
@@ -31,6 +30,10 @@ All notable changes to this project will be documented in this file.
3130
- feat: add command alias `frontend:clean` for quick access
3231
- feat: add CI/CD tests for static:clean command in compatibility workflow
3332

33+
### Fixed
34+
35+
- fix: remove duplicate `--verbose` option from WatchCommand that conflicted with Symfony Console's built-in verbose option
36+
3437
### Changed
3538

3639
- refactor: improve build commands to show full output in verbose mode

0 commit comments

Comments
 (0)