You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,7 +76,10 @@ protected function execute(InputInterface $input, OutputInterface $output)
71
76
72
77
if (null === $name = $input->getArgument('name')) {
73
78
$this->listBundles($io);
74
-
$io->comment('Provide the name of a bundle as the first argument of this command to dump its default configuration. (e.g. <comment>config:dump-reference FrameworkBundle</comment>)');
79
+
$io->comment(array(
80
+
'Provide the name of a bundle as the first argument of this command to dump its default configuration. (e.g. <comment>config:dump-reference FrameworkBundle</comment>)',
81
+
'For dumping a specific option, add its path as the second argument of this command. (e.g. <comment>config:dump-reference FrameworkBundle profiler.matcher</comment> to dump the <comment>framework.profiler.matcher</comment> configuration)',
82
+
));
75
83
76
84
return;
77
85
}
@@ -82,13 +90,26 @@ protected function execute(InputInterface $input, OutputInterface $output)
0 commit comments