Skip to content

Commit 486abaf

Browse files
minor #20625 [FrameworkBundle] Add missing example for 'path' argument in debug:config (chalasr)
This PR was merged into the 3.2 branch. Discussion ---------- [FrameworkBundle] Add missing example for 'path' argument in debug:config | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a The argument has been introduced in #18940 . Commits ------- c6b7aeb Add missing example for 'path' argument in debug:config
2 parents a4171cf + 8719dba commit 486abaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Command/ConfigDebugCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ protected function configure()
4747
<info>php %command.full_name% framework</info>
4848
<info>php %command.full_name% FrameworkBundle</info>
4949
50+
For dumping a specific option, add its path as second argument:
51+
52+
<info>php %command.full_name% framework serializer.enabled</info>
53+
5054
EOF
5155
)
5256
;

0 commit comments

Comments
 (0)