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.
1 parent 380c268 commit c6b7aebCopy full SHA for c6b7aeb
src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php
@@ -47,6 +47,10 @@ protected function configure()
47
<info>php %command.full_name% framework</info>
48
<info>php %command.full_name% FrameworkBundle</info>
49
50
+For dumping a specific option, add its path as second argument:
51
+
52
+ <info>php %command.full_name% framework serializer.enabled</info>
53
54
EOF
55
)
56
;
0 commit comments