We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--verbose
1 parent 3d1cf85 commit f0d31abCopy full SHA for f0d31ab
1 file changed
CHANGELOG.md
@@ -6,7 +6,6 @@ All notable changes to this project will be documented in this file.
6
7
## UNRELEASED
8
9
-
10
### Added
11
12
- 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.
31
30
- feat: add command alias `frontend:clean` for quick access
32
- feat: add CI/CD tests for static:clean command in compatibility workflow
33
+### Fixed
34
+
35
+- fix: remove duplicate `--verbose` option from WatchCommand that conflicted with Symfony Console's built-in verbose option
36
37
### Changed
38
39
- refactor: improve build commands to show full output in verbose mode
0 commit comments