Skip to content

Commit 8719dba

Browse files
committed
Add missing example for 'path' argument in debug:config
1 parent 92c65d7 commit 8719dba

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)