Skip to content

Commit 6d4fef2

Browse files
minor #35376 [FrameworkBundle] Add --show-arguments example to debug:container command help text (jschaedl)
This PR was merged into the 4.4 branch. Discussion ---------- [FrameworkBundle] Add --show-arguments example to debug:container command help text | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | - <!-- prefix each issue number with "Fix #", if any --> | License | MIT | Doc PR | - <!-- required for new features --> I like this option a lot and I think it deserves to be mentioned in the command help text :-) Commits ------- f703a58215 [FrameworkBundle] Add --show-arguments example to debug:container command help text
2 parents 4278493 + 2314a70 commit 6d4fef2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Command/ContainerDebugCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ protected function configure()
7474
7575
<info>php %command.full_name% validator</info>
7676
77+
To get specific information about a service including all its arguments, use the <info>--show-arguments</info> flag:
78+
79+
<info>php %command.full_name% validator --show-arguments</info>
80+
7781
To see available types that can be used for autowiring, use the <info>--types</info> flag:
7882
7983
<info>php %command.full_name% --types</info>

0 commit comments

Comments
 (0)